Started by user Jonah Graham Running as Jonah Graham Agent basic-ptcrc is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717686356955" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_packaging_svc_cluster_local_packagingx" name: "basic-ptcrc" 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-ptcrc" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-ptcrc" - 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-3206.vb_15dcf73f6a_9" 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-ptcrc (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-vNI0cd3WkPYo/agent.46 SSH_AGENT_PID=48 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_8521269563819337698.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_8521269563819337698.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 17f8c753c9f50b4b13e8030d0d19a70207227c94 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 17f8c753c9f50b4b13e8030d0d19a70207227c94 # timeout=10 Commit message: "Update the splash to image with eclipse IDE in it" > git rev-list --no-walk cdbc520042784423af21c208a14a79640d81d2bc # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins5196397885097861021.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +116+ SSHUSER=genie.packaging@projects-storage.eclipse.org +116+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +116+ SCP=scp +116+ mkdir temp +116+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++116+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize . +116+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +116+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize . +116+ popd ~/agent/workspace/notarize-downloads ++116+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +162+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg ++162+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ DMG=eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg ++162+ echo eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg ++162+ sed s/_/-/g +162+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-06-R-macosx-cocoa-x86-64.dmg +162+ retryCount=1 +162+ '[' 1 -gt 0 ']' ++162+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++162+ jq -r .uuid +162+ UUID=7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ 200 == \5\0\3 ]] +162+ [[ 200 == \5\0\2 ]] +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +184+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg ++184+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ DMG=eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg ++184+ echo eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg ++184+ sed s/_/-/g +184+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-06-R-macosx-cocoa-x86-64.dmg +184+ retryCount=1 +184+ '[' 1 -gt 0 ']' ++184+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ jq -r .uuid ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +184+ UUID=984aed74-1150-48d7-a6de-7c1a2cb62609 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ 200 == \5\0\3 ]] +184+ [[ 200 == \5\0\2 ]] +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ sleep 18s +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +116+ tee --append eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +206+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg ++206+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ DMG=eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg ++206+ echo eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg ++206+ sed s/_/-/g +206+ PRIMARY_BUNDLE_ID=eclipse-java-2024-06-R-macosx-cocoa-x86-64.dmg +206+ retryCount=1 +206+ '[' 1 -gt 0 ']' ++206+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++206+ jq -r .uuid +206+ UUID=0d4e50e0-5c40-4254-b73d-aab050e1fad8 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ 200 == \5\0\3 ]] +206+ [[ 200 == \5\0\2 ]] +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ sleep 18s +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +116+ tee --append eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +228+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg ++228+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ DMG=eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg ++228+ echo eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg ++228+ sed s/_/-/g +228+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ retryCount=1 +228+ '[' 1 -gt 0 ']' ++228+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++228+ jq -r .uuid +228+ UUID=1ef1f283-e430-411b-97d1-0d447b12d8ca ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ 200 == \5\0\3 ]] +228+ [[ 200 == \5\0\2 ]] +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +260+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg ++260+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ DMG=eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg ++260+ echo eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg ++260+ sed s/_/-/g +260+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ retryCount=1 +260+ '[' 1 -gt 0 ']' ++260+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++260+ jq -r .uuid +260+ UUID=b1b9ffba-58c6-4790-927c-8d46f5727279 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ 200 == \5\0\3 ]] +260+ [[ 200 == \5\0\2 ]] +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ sleep 18s +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +116+ tee --append eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +292+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg ++292+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ DMG=eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg ++292+ echo eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg ++292+ sed s/_/-/g +292+ PRIMARY_BUNDLE_ID=eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ retryCount=1 +292+ '[' 1 -gt 0 ']' ++292+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++292+ jq -r .uuid +292+ UUID=cee72602-2ebf-4e95-9640-831b44b79ade ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ 200 == \5\0\3 ]] +292+ [[ 200 == \5\0\2 ]] +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ sleep 18s +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +116+ tee --append eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +324+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg ++324+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ DMG=eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg ++324+ echo eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg ++324+ sed s/_/-/g +324+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-06-R-macosx-cocoa-x86-64.dmg +324+ retryCount=1 +324+ '[' 1 -gt 0 ']' ++324+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++324+ jq -r .uuid +324+ UUID=3b077971-591c-4040-b39d-c76ab35c1fc7 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ 200 == \5\0\3 ]] +324+ [[ 200 == \5\0\2 ]] +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +356+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg ++356+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ DMG=eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg ++356+ echo eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg ++356+ sed s/_/-/g +356+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ retryCount=1 +356+ '[' 1 -gt 0 ']' ++356+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++356+ jq -r .uuid +356+ UUID=21631a71-8bf4-4b8d-981d-34e5dfbc8c96 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ 200 == \5\0\3 ]] +356+ [[ 200 == \5\0\2 ]] +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +398+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg ++398+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ DMG=eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg ++398+ echo eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg ++398+ sed s/_/-/g +398+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-06-R-macosx-cocoa-x86-64.dmg +398+ retryCount=1 +398+ '[' 1 -gt 0 ']' ++398+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++398+ jq -r .uuid +398+ UUID=f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ 200 == \5\0\3 ]] +398+ [[ 200 == \5\0\2 ]] +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +440+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg ++440+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ DMG=eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg ++440+ echo eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg ++440+ sed s/_/-/g +440+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-06-R-macosx-cocoa-x86-64.dmg +440+ retryCount=1 +440+ '[' 1 -gt 0 ']' ++440+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++440+ jq -r .uuid +440+ UUID=162e2bd3-71ef-4eca-b89f-580ae1f7524f ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ 200 == \5\0\3 ]] +440+ [[ 200 == \5\0\2 ]] +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +487+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg ++487+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ DMG=eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg ++487+ echo eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg ++487+ sed s/_/-/g +487+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ retryCount=1 +487+ '[' 1 -gt 0 ']' ++487+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++487+ jq -r .uuid +487+ UUID=bae03c99-3013-430b-81e6-2e516940dc04 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ 200 == \5\0\3 ]] +487+ [[ 200 == \5\0\2 ]] +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +539+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg ++539+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ DMG=eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg ++539+ echo eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg ++539+ sed s/_/-/g +539+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-06-R-macosx-cocoa-x86-64.dmg +539+ retryCount=1 +539+ '[' 1 -gt 0 ']' ++539+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++539+ jq -r .uuid +539+ UUID=a5c02fd5-8885-4405-82e9-ff9152e06e49 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ 200 == \5\0\3 ]] +539+ [[ 200 == \5\0\2 ]] +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +591+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg ++591+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ DMG=eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++591+ echo eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg ++591+ sed s/_/-/g +591+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ retryCount=1 +591+ '[' 1 -gt 0 ']' ++591+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ jq -r .uuid +591+ UUID=d26e9f1a-d362-45af-ac19-ef87a7e3a172 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ 200 == \5\0\3 ]] +591+ [[ 200 == \5\0\2 ]] +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +643+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg ++643+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ DMG=eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg ++643+ echo eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg ++643+ sed s/_/-/g +643+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-06-R-macosx-cocoa-x86-64.dmg +643+ retryCount=1 +643+ '[' 1 -gt 0 ']' ++643+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++643+ jq -r .uuid +643+ UUID=a27139a3-d537-461e-ae7d-22e4c7daea05 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ 200 == \5\0\3 ]] +643+ [[ 200 == \5\0\2 ]] +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +705+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg ++705+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ DMG=eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg ++705+ echo eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg ++705+ sed s/_/-/g +705+ PRIMARY_BUNDLE_ID=eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ retryCount=1 +705+ '[' 1 -gt 0 ']' ++705+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++705+ jq -r .uuid +705+ UUID=b8a660e3-f771-446a-a195-bbd86ae9155c ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ 200 == \5\0\3 ]] +705+ [[ 200 == \5\0\2 ]] +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +767+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg ++767+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ DMG=eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg ++767+ echo eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg ++767+ sed s/_/-/g +767+ PRIMARY_BUNDLE_ID=eclipse-php-2024-06-R-macosx-cocoa-x86-64.dmg +767+ retryCount=1 +767+ '[' 1 -gt 0 ']' ++767+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++767+ tail -n1 +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++767+ jq -r .uuid +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +767+ UUID=46fcb529-b1ed-4517-9c49-b4a6d99bbcae ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++767+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m +767+ STATUS=IN_PROGRESS +767+ [[ 200 == \5\0\3 ]] +767+ [[ 200 == \5\0\2 ]] +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +829+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg ++829+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ DMG=eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++829+ echo eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg ++829+ sed s/_/-/g +829+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ retryCount=1 +829+ '[' 1 -gt 0 ']' ++829+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ jq -r .uuid +829+ UUID=21f99eab-182e-464f-9590-df904aa2840f ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ 200 == \5\0\3 ]] +829+ [[ 200 == \5\0\2 ]] +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +116+ sleep 18s +116+ tee --append eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +891+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg ++891+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ DMG=eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++891+ echo eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg ++891+ sed s/_/-/g +891+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ retryCount=1 +891+ '[' 1 -gt 0 ']' ++891+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ jq -r .uuid +891+ UUID=1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ 200 == \5\0\3 ]] +891+ [[ 200 == \5\0\2 ]] +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ jq -r .notarizationStatus.status ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +116+ LOG=eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg' +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +116+ sleep 18s +116+ tee --append eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.log +963+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg ++963+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ DMG=eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg ++963+ echo eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg ++963+ sed s/_/-/g +963+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-06-R-macosx-cocoa-x86-64.dmg +963+ retryCount=1 +963+ '[' 1 -gt 0 ']' ++963+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-06-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++963+ jq -r .uuid +963+ UUID=a3bdbbfc-821b-472f-b59f-02317d5958fd ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ 200 == \5\0\3 ]] +963+ [[ 200 == \5\0\2 ]] +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m +116+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +116+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg ++116+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +116+ LOG=eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +116+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg' +116+ sleep 18s +116+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +116+ tee --append eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.log +1035+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg ++1035+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ DMG=eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++1035+ echo eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg ++1035+ sed s/_/-/g +1035+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ retryCount=1 +1035+ '[' 1 -gt 0 ']' ++1035+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1035+ jq -r .uuid +1035+ UUID=e5842955-5ebf-40de-ac73-8c70291f1465 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ 200 == \5\0\3 ]] +1035+ [[ 200 == \5\0\2 ]] +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m +116+ jobs -p 162 184 206 228 260 292 324 356 398 440 487 539 591 643 705 767 829 891 963 1035 +116+ wait ++116+ jobs -p ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ jq -r .notarizationStatus.status ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++206+ jq -r .notarizationStatus.status +206+ STATUS=IN_PROGRESS +206+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++206+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/status +206+ RESPONSE_RAW='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"f27cf6fe-2ac7-4a03-a2a6-4169658645b0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:13.803Z\",\n \"sha256\": \"64a7e212dc66f8f1aa787c7fac35f99de604c48888a3d4ee5afb7379af64f24f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02cfa15714525ebfafdc008dcc0d29f6c6fe945f\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec9d32f5cfc9e5a86839694bc80f64a2c9c3bbd2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec9d32f5cfc9e5a86839694bc80f64a2c9c3bbd2\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++206+ head -n1 +206+ RESPONSE='{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"f27cf6fe-2ac7-4a03-a2a6-4169658645b0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:13.803Z\",\n \"sha256\": \"64a7e212dc66f8f1aa787c7fac35f99de604c48888a3d4ee5afb7379af64f24f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02cfa15714525ebfafdc008dcc0d29f6c6fe945f\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec9d32f5cfc9e5a86839694bc80f64a2c9c3bbd2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec9d32f5cfc9e5a86839694bc80f64a2c9c3bbd2\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++206+ tail -n1 +206+ STATUS_CODE=200 ++206+ jq -r .notarizationStatus.status ++206+ echo '{"uuid":"0d4e50e0-5c40-4254-b73d-aab050e1fad8","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"f27cf6fe-2ac7-4a03-a2a6-4169658645b0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:12:13.803Z\",\n' '\"sha256\":' '\"64a7e212dc66f8f1aa787c7fac35f99de604c48888a3d4ee5afb7379af64f24f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02cfa15714525ebfafdc008dcc0d29f6c6fe945f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec9d32f5cfc9e5a86839694bc80f64a2c9c3bbd2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-x86_64-14584000399765571419.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec9d32f5cfc9e5a86839694bc80f64a2c9c3bbd2\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +206+ STATUS=COMPLETE +206+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +206+ [[ 200 == \5\0\3 ]] +206+ [[ 200 == \5\0\2 ]] +206+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +206+ break +206+ rm eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ curl -JO https://cbi.eclipse.org/macos/xcrun/0d4e50e0-5c40-4254-b73d-aab050e1fad8/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++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m 100 33.4M 0 33.4M 0 0 63.3M 0 --:--:-- --:--:-- --:--:-- 63.2M 100 85.1M 0 85.1M 0 0 55.6M 0 --:--:-- 0:00:01 --:--:-- 55.5M 100 160M 0 160M 0 0 63.4M 0 --:--:-- 0:00:02 --:--:-- 63.4M 100 220M 0 220M 0 0 62.6M 0 --:--:-- 0:00:03 --:--:-- 62.6M 100 288M 0 288M 0 0 63.6M 0 --:--:-- 0:00:04 --:--:-- 63.6M 100 329M 0 329M 0 0 64.5M 0 --:--:-- 0:00:05 --:--:-- 64.7M curl: Saved to filename 'eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg' +206+ cp -vf eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m 'eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg' ++206+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++206+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ b=eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +206+ md5sum eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ sha1sum eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ sha512sum -b eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg +206+ rm eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +206+ rm -f eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +206+ rm -f eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +206+ rm -f eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++292+ tail -n1 +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m +292+ STATUS_CODE=200 ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++292+ jq -r .notarizationStatus.status +292+ STATUS=IN_PROGRESS +292+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status ++292+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +292+ RESPONSE_RAW='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"812ce3ae-e193-4205-9c07-9070def95977\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:59.032Z\",\n \"sha256\": \"f55af28e75b2a62310fee26838c536e30a0eee5ff421bf8a51bba6aabfa77d6e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34c0c1853627ac5c4319439a1bc1eb66354434be\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"574f3ae2af60ebae97b8db304bf033ae3d58787d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"574f3ae2af60ebae97b8db304bf033ae3d58787d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++292+ head -n1 +292+ RESPONSE='{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"812ce3ae-e193-4205-9c07-9070def95977\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:59.032Z\",\n \"sha256\": \"f55af28e75b2a62310fee26838c536e30a0eee5ff421bf8a51bba6aabfa77d6e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34c0c1853627ac5c4319439a1bc1eb66354434be\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"574f3ae2af60ebae97b8db304bf033ae3d58787d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"574f3ae2af60ebae97b8db304bf033ae3d58787d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++292+ tail -n1 +292+ STATUS_CODE=200 ++292+ jq -r .notarizationStatus.status ++292+ echo '{"uuid":"cee72602-2ebf-4e95-9640-831b44b79ade","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"812ce3ae-e193-4205-9c07-9070def95977\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:12:59.032Z\",\n' '\"sha256\":' '\"f55af28e75b2a62310fee26838c536e30a0eee5ff421bf8a51bba6aabfa77d6e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"34c0c1853627ac5c4319439a1bc1eb66354434be\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"574f3ae2af60ebae97b8db304bf033ae3d58787d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-R-macosx-cocoa-aarch64-11595164417711369978.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"574f3ae2af60ebae97b8db304bf033ae3d58787d\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +292+ STATUS=COMPLETE +292+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +292+ [[ 200 == \5\0\3 ]] +292+ [[ 200 == \5\0\2 ]] +292+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +292+ break +292+ rm eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ curl -JO https://cbi.eclipse.org/macos/xcrun/cee72602-2ebf-4e95-9640-831b44b79ade/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 50.6M 0 50.6M 0 0 65.1M 0 --:--:-- --:--:-- --:--:-- 65.0M 100 111M 0 111M 0 0 62.8M 0 --:--:-- 0:00:01 --:--:-- 62.7M 100 165M 0 165M 0 0 59.3M 0 --:--:-- 0:00:02 --:--:-- 59.3M 100 231M 0 231M 0 0 60.9M 0 --:--:-- 0:00:03 --:--:-- 60.9M 100 260M 0 260M 0 0 54.5M 0 --:--:-- 0:00:04 --:--:-- 54.5M 100 316M 0 316M 0 0 54.6M 0 --:--:-- 0:00:05 --:--:-- 53.0M 100 328M 0 328M 0 0 54.9M 0 --:--:-- 0:00:05 --:--:-- 51.6M curl: Saved to filename 'eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg' +292+ cp -vf eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg' ++292+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++292+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ b=eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +292+ md5sum eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m +292+ sha1sum eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ sha512sum -b eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg +292+ rm eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +292+ rm -f eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +292+ rm -f eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +292+ rm -f eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++539+ jq -r .notarizationStatus.status +539+ STATUS=IN_PROGRESS +539+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++162+ jq -r .notarizationStatus.status +162+ STATUS=IN_PROGRESS +162+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++539+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/status +539+ RESPONSE_RAW='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"94c1b137-9a48-4acd-8518-83a8774d86a6\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg\",\n \"uploadDate\": \"2024-06-06T15:15:24.374Z\",\n \"sha256\": \"f5b8be46ba32ec0e304ffee8bc5eefc8d62199b81df066fea3ce0a1567bc9774\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ced353d2c94305ec67c89f36a669f101e636a2d\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"724e82dfcfdac99cde00fda0408440b7828f2562\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"724e82dfcfdac99cde00fda0408440b7828f2562\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++539+ head -n1 +539+ RESPONSE='{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"94c1b137-9a48-4acd-8518-83a8774d86a6\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg\",\n \"uploadDate\": \"2024-06-06T15:15:24.374Z\",\n \"sha256\": \"f5b8be46ba32ec0e304ffee8bc5eefc8d62199b81df066fea3ce0a1567bc9774\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ced353d2c94305ec67c89f36a669f101e636a2d\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"724e82dfcfdac99cde00fda0408440b7828f2562\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"724e82dfcfdac99cde00fda0408440b7828f2562\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++539+ tail -n1 +539+ STATUS_CODE=200 ++539+ jq -r .notarizationStatus.status ++539+ echo '{"uuid":"a5c02fd5-8885-4405-82e9-ff9152e06e49","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"94c1b137-9a48-4acd-8518-83a8774d86a6\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:15:24.374Z\",\n' '\"sha256\":' '\"f5b8be46ba32ec0e304ffee8bc5eefc8d62199b81df066fea3ce0a1567bc9774\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ced353d2c94305ec67c89f36a669f101e636a2d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"724e82dfcfdac99cde00fda0408440b7828f2562\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-x86_64-16823226476466981309.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"724e82dfcfdac99cde00fda0408440b7828f2562\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +539+ STATUS=COMPLETE +539+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +539+ [[ 200 == \5\0\3 ]] +539+ [[ 200 == \5\0\2 ]] +539+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +539+ break +539+ rm eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ curl -JO https://cbi.eclipse.org/macos/xcrun/a5c02fd5-8885-4405-82e9-ff9152e06e49/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++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m 100 56.7M 0 56.7M 0 0 74.9M 0 --:--:-- --:--:-- --:--:-- 74.8M 100 149M 0 149M 0 0 84.5M 0 --:--:-- 0:00:01 --:--:-- 84.4M 100 233M 0 233M 0 0 84.8M 0 --:--:-- 0:00:02 --:--:-- 84.7M 100 321M 0 321M 0 0 85.7M 0 --:--:-- 0:00:03 --:--:-- 85.6M 100 402M 0 402M 0 0 85.6M 0 --:--:-- 0:00:04 --:--:-- 85.6M curl: Saved to filename 'eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg' +539+ cp -vf eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg' ++539+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++539+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ b=eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +539+ md5sum eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m +539+ sha1sum eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg +539+ sha512sum -b eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m +539+ rm eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +539+ rm -f eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +539+ rm -f eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +539+ rm -f eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++440+ jq -r .notarizationStatus.status +440+ STATUS=IN_PROGRESS +440+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++228+ jq -r .notarizationStatus.status +228+ STATUS=IN_PROGRESS +228+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++162+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/status +162+ RESPONSE_RAW='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5231792e-e0ce-4b0d-8e22-488cbbc05fa7\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg\",\n \"uploadDate\": \"2024-06-06T15:11:43.060Z\",\n \"sha256\": \"07c290cbb3281ae667934dd07b643f935c1cca10e48e264f0a7fa7add27c5763\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e2d98b4528eb24c1f36251612043b0db5cfffcb\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9dead85d835f7e11c702dbc899700c3acbac8c4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9dead85d835f7e11c702dbc899700c3acbac8c4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++162+ head -n1 +162+ RESPONSE='{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5231792e-e0ce-4b0d-8e22-488cbbc05fa7\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg\",\n \"uploadDate\": \"2024-06-06T15:11:43.060Z\",\n \"sha256\": \"07c290cbb3281ae667934dd07b643f935c1cca10e48e264f0a7fa7add27c5763\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e2d98b4528eb24c1f36251612043b0db5cfffcb\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9dead85d835f7e11c702dbc899700c3acbac8c4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9dead85d835f7e11c702dbc899700c3acbac8c4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++162+ tail -n1 +162+ STATUS_CODE=200 ++162+ jq -r .notarizationStatus.status ++162+ echo '{"uuid":"7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"5231792e-e0ce-4b0d-8e22-488cbbc05fa7\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:11:43.060Z\",\n' '\"sha256\":' '\"07c290cbb3281ae667934dd07b643f935c1cca10e48e264f0a7fa7add27c5763\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e2d98b4528eb24c1f36251612043b0db5cfffcb\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f9dead85d835f7e11c702dbc899700c3acbac8c4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"507414029b386f7f583dec5b01e19fb36966aebc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0565a9d6504d8996628889cb5389852c11ff2c19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-x86_64-11149554458774961735.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f9dead85d835f7e11c702dbc899700c3acbac8c4\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +162+ STATUS=COMPLETE +162+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +162+ [[ 200 == \5\0\3 ]] +162+ [[ 200 == \5\0\2 ]] +162+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +162+ break +162+ rm eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ curl -JO https://cbi.eclipse.org/macos/xcrun/7d3af28c-ef0a-4ca3-97b6-d6d534dfb02b/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 41.3M 0 41.3M 0 0 47.5M 0 --:--:-- --:--:-- --:--:-- 47.4M 100 81.9M 0 81.9M 0 0 43.7M 0 --:--:-- 0:00:01 --:--:-- 43.7M 100 149M 0 149M 0 0 52.1M 0 --:--:-- 0:00:02 --:--:-- 52.0M 100 231M 0 231M 0 0 59.9M 0 --:--:-- 0:00:03 --:--:-- 59.8M 100 296M 0 296M 0 0 60.8M 0 --:--:-- 0:00:04 --:--:-- 60.8M 100 362M 0 362M 0 0 61.9M 0 --:--:-- 0:00:05 --:--:-- 64.4M curl: Saved to filename 'eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg' +162+ cp -vf eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg' ++162+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++162+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ b=eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +162+ md5sum eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m +162+ sha1sum eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg +162+ sha512sum -b eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m +162+ rm eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +162+ rm -f eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +162+ rm -f eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +162+ rm -f eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++440+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/status +440+ RESPONSE_RAW='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e118894d-6df6-4faf-ae24-4f04a44f36a4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:45.282Z\",\n \"sha256\": \"30f7e034943ab8143f471520bc24c1735c6dcc59ba7a66d1412775a307406fb3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3cf21422c0bf76e45ff14a813818edd57c5b0d87\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68e94b2a6e2246af6862ca4a753312ee7f4f11ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68e94b2a6e2246af6862ca4a753312ee7f4f11ba\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++440+ head -n1 +440+ RESPONSE='{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e118894d-6df6-4faf-ae24-4f04a44f36a4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:45.282Z\",\n \"sha256\": \"30f7e034943ab8143f471520bc24c1735c6dcc59ba7a66d1412775a307406fb3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3cf21422c0bf76e45ff14a813818edd57c5b0d87\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68e94b2a6e2246af6862ca4a753312ee7f4f11ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68e94b2a6e2246af6862ca4a753312ee7f4f11ba\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++440+ tail -n1 +440+ STATUS_CODE=200 ++440+ jq -r .notarizationStatus.status ++440+ echo '{"uuid":"162e2bd3-71ef-4eca-b89f-580ae1f7524f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e118894d-6df6-4faf-ae24-4f04a44f36a4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:14:45.282Z\",\n' '\"sha256\":' '\"30f7e034943ab8143f471520bc24c1735c6dcc59ba7a66d1412775a307406fb3\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3cf21422c0bf76e45ff14a813818edd57c5b0d87\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68e94b2a6e2246af6862ca4a753312ee7f4f11ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"507414029b386f7f583dec5b01e19fb36966aebc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0565a9d6504d8996628889cb5389852c11ff2c19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64-15647892263297866569.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68e94b2a6e2246af6862ca4a753312ee7f4f11ba\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +440+ STATUS=COMPLETE +440+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +440+ [[ 200 == \5\0\3 ]] +440+ [[ 200 == \5\0\2 ]] +440+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +440+ break +440+ rm eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ curl -JO https://cbi.eclipse.org/macos/xcrun/162e2bd3-71ef-4eca-b89f-580ae1f7524f/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 52.9M 0 52.9M 0 0 58.5M 0 --:--:-- --:--:-- --:--:-- 58.4M 100 142M 0 142M 0 0 74.6M 0 --:--:-- 0:00:01 --:--:-- 74.6M++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m 100 212M 0 212M 0 0 73.2M 0 --:--:-- 0:00:02 --:--:-- 73.2M 100 302M 0 302M 0 0 77.5M 0 --:--:-- 0:00:03 --:--:-- 77.4M 100 369M 0 369M 0 0 75.3M 0 --:--:-- 0:00:04 --:--:-- 75.3M 100 382M 0 382M 0 0 72.9M 0 --:--:-- 0:00:05 --:--:-- 75.9M curl: Saved to filename 'eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg' +440+ cp -vf eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg' ++440+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++440+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ b=eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +440+ md5sum eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg +440+ sha1sum eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m +440+ sha512sum -b eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m +440+ rm eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +440+ rm -f eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +440+ rm -f eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +440+ rm -f eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++228+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/status +228+ RESPONSE_RAW='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"1014ffa7-7b75-48ec-b4dd-75c194920100\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:40.945Z\",\n \"sha256\": \"80763c3f2730836ff9e9b9fc7f83478b95cfbbad27bd6f0883c15045d7057b53\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d5d3b4ec238d4dea94a2f6c205ba8fea5d15852\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d06031a2d8e86b57fed33d7016a854aa168b4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d06031a2d8e86b57fed33d7016a854aa168b4ce\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++228+ head -n1 +228+ RESPONSE='{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"1014ffa7-7b75-48ec-b4dd-75c194920100\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:40.945Z\",\n \"sha256\": \"80763c3f2730836ff9e9b9fc7f83478b95cfbbad27bd6f0883c15045d7057b53\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d5d3b4ec238d4dea94a2f6c205ba8fea5d15852\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d06031a2d8e86b57fed33d7016a854aa168b4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d06031a2d8e86b57fed33d7016a854aa168b4ce\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++228+ tail -n1 +228+ STATUS_CODE=200 ++228+ jq -r .notarizationStatus.status ++228+ echo '{"uuid":"1ef1f283-e430-411b-97d1-0d447b12d8ca","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"1014ffa7-7b75-48ec-b4dd-75c194920100\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:12:40.945Z\",\n' '\"sha256\":' '\"80763c3f2730836ff9e9b9fc7f83478b95cfbbad27bd6f0883c15045d7057b53\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d5d3b4ec238d4dea94a2f6c205ba8fea5d15852\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d06031a2d8e86b57fed33d7016a854aa168b4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"507414029b386f7f583dec5b01e19fb36966aebc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0565a9d6504d8996628889cb5389852c11ff2c19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64-5136946469311581784.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d06031a2d8e86b57fed33d7016a854aa168b4ce\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +228+ STATUS=COMPLETE +228+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +228+ [[ 200 == \5\0\3 ]] +228+ [[ 200 == \5\0\2 ]] +228+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +228+ break +228+ rm eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ curl -JO https://cbi.eclipse.org/macos/xcrun/1ef1f283-e430-411b-97d1-0d447b12d8ca/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 50.0M 0 50.0M 0 0 76.2M 0 --:--:-- --:--:-- --:--:-- 76.0M 100 107M 0 107M 0 0 64.6M 0 --:--:-- 0:00:01 --:--:-- 64.6M++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m 100 189M 0 189M 0 0 71.1M 0 --:--:-- 0:00:02 --:--:-- 71.1M 100 271M 0 271M 0 0 74.3M 0 --:--:-- 0:00:03 --:--:-- 74.2M++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m 100 344M 0 344M 0 0 73.9M 0 --:--:-- 0:00:04 --:--:-- 73.9M 100 381M 0 381M 0 0 74.7M 0 --:--:-- 0:00:05 --:--:-- 74.5M curl: Saved to filename 'eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg' +228+ cp -vf eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg' ++228+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++228+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ b=eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +228+ md5sum eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ sha1sum eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ sha512sum -b eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg +228+ rm eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +228+ rm -f eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +228+ rm -f eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +228+ rm -f eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++487+ jq -r .notarizationStatus.status +487+ STATUS=IN_PROGRESS +487+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++184+ jq -r .notarizationStatus.status +184+ STATUS=IN_PROGRESS +184+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++767+ jq -r .notarizationStatus.status +767+ STATUS=IN_PROGRESS +767+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++487+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/status +487+ RESPONSE_RAW='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"b446474b-df45-43fe-be06-014f25186d09\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:33.655Z\",\n \"sha256\": \"378c1120fa121dbc9136aa75df8cdd4c05c79fe36ea010bcf851045fc3f6d2cd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d93e87ea8ed0b6b73ae196761599ebedd83ec82\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cc89f500c30ec5849c144d1b1ceef55dc010c61\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cc89f500c30ec5849c144d1b1ceef55dc010c61\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++487+ head -n1 +487+ RESPONSE='{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"b446474b-df45-43fe-be06-014f25186d09\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:33.655Z\",\n \"sha256\": \"378c1120fa121dbc9136aa75df8cdd4c05c79fe36ea010bcf851045fc3f6d2cd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d93e87ea8ed0b6b73ae196761599ebedd83ec82\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cc89f500c30ec5849c144d1b1ceef55dc010c61\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cc89f500c30ec5849c144d1b1ceef55dc010c61\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++487+ tail -n1 +487+ STATUS_CODE=200 ++487+ jq -r .notarizationStatus.status ++487+ echo '{"uuid":"bae03c99-3013-430b-81e6-2e516940dc04","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"b446474b-df45-43fe-be06-014f25186d09\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:14:33.655Z\",\n' '\"sha256\":' '\"378c1120fa121dbc9136aa75df8cdd4c05c79fe36ea010bcf851045fc3f6d2cd\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d93e87ea8ed0b6b73ae196761599ebedd83ec82\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5cc89f500c30ec5849c144d1b1ceef55dc010c61\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"507414029b386f7f583dec5b01e19fb36966aebc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0565a9d6504d8996628889cb5389852c11ff2c19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-R-macosx-cocoa-aarch64-4907530277228215578.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5cc89f500c30ec5849c144d1b1ceef55dc010c61\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +487+ STATUS=COMPLETE +487+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +487+ [[ 200 == \5\0\3 ]] +487+ [[ 200 == \5\0\2 ]] +487+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +487+ break +487+ rm eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ curl -JO https://cbi.eclipse.org/macos/xcrun/bae03c99-3013-430b-81e6-2e516940dc04/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15.6M 0 15.6M 0 0 71.0M 0 --:--:-- --:--:-- --:--:-- 70.7M 100 115M 0 115M 0 0 94.4M 0 --:--:-- 0:00:01 --:--:-- 94.3M 100 205M 0 205M 0 0 92.5M 0 --:--:-- 0:00:02 --:--:-- 92.5M 100 286M 0 286M 0 0 88.4M 0 --:--:-- 0:00:03 --:--:-- 88.3M 100 361M 0 361M 0 0 89.9M 0 --:--:-- 0:00:04 --:--:-- 89.9M curl: Saved to filename 'eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg' +487+ cp -vf eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg' ++487+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++487+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ b=eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +487+ md5sum eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ sha1sum eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ sha512sum -b eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg +487+ rm eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +487+ rm -f eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +487+ rm -f eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +487+ rm -f eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++705+ jq -r .notarizationStatus.status +705+ STATUS=IN_PROGRESS +705+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++184+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/status +184+ RESPONSE_RAW='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3236fdaa-9bcc-4756-a8f8-7e2269b5a640\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:23.705Z\",\n \"sha256\": \"9499cf43d47859698a7d98fdecb4b5608a8c7aba8382ac13335cd95340a22a7e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"213d7826158405dd55f0d2ef3aad0ba6e37d1ee9\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7249f7d574089cd508ba5958fafa4beb0d7f1093\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b651df8124c1653709d94916a3ae8817277007b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7249f7d574089cd508ba5958fafa4beb0d7f1093\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++184+ head -n1 +184+ RESPONSE='{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3236fdaa-9bcc-4756-a8f8-7e2269b5a640\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg\",\n \"uploadDate\": \"2024-06-06T15:12:23.705Z\",\n \"sha256\": \"9499cf43d47859698a7d98fdecb4b5608a8c7aba8382ac13335cd95340a22a7e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"213d7826158405dd55f0d2ef3aad0ba6e37d1ee9\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7249f7d574089cd508ba5958fafa4beb0d7f1093\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b651df8124c1653709d94916a3ae8817277007b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7249f7d574089cd508ba5958fafa4beb0d7f1093\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++184+ tail -n1 +184+ STATUS_CODE=200 ++184+ jq -r .notarizationStatus.status ++184+ echo '{"uuid":"984aed74-1150-48d7-a6de-7c1a2cb62609","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"3236fdaa-9bcc-4756-a8f8-7e2269b5a640\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:12:23.705Z\",\n' '\"sha256\":' '\"9499cf43d47859698a7d98fdecb4b5608a8c7aba8382ac13335cd95340a22a7e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"213d7826158405dd55f0d2ef3aad0ba6e37d1ee9\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7249f7d574089cd508ba5958fafa4beb0d7f1093\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b651df8124c1653709d94916a3ae8817277007b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-x86_64-17228033194994958327.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7249f7d574089cd508ba5958fafa4beb0d7f1093\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +184+ STATUS=COMPLETE +184+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +184+ [[ 200 == \5\0\3 ]] +184+ [[ 200 == \5\0\2 ]] +184+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +184+ break +184+ rm eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ curl -JO https://cbi.eclipse.org/macos/xcrun/984aed74-1150-48d7-a6de-7c1a2cb62609/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 1412k 0 1412k 0 0 27.5M 0 --:--:-- --:--:-- --:--:-- 27.0M 100 73.9M 0 73.9M 0 0 70.3M 0 --:--:-- 0:00:01 --:--:-- 70.3M 100 141M 0 141M 0 0 69.1M 0 --:--:-- 0:00:02 --:--:-- 69.1M 100 184M 0 184M 0 0 60.5M 0 --:--:-- 0:00:03 --:--:-- 60.5M 100 267M 0 267M 0 0 66.1M 0 --:--:-- 0:00:04 --:--:-- 66.1M++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m 100 350M 0 350M 0 0 69.2M 0 --:--:-- 0:00:05 --:--:-- 69.7M 100 427M 0 427M 0 0 70.6M 0 --:--:-- 0:00:06 --:--:-- 70.7M 100 491M 0 491M 0 0 69.7M 0 --:--:-- 0:00:07 --:--:-- 70.0M++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m 100 521M 0 521M 0 0 69.8M 0 --:--:-- 0:00:07 --:--:-- 76.2M curl: Saved to filename 'eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg' +184+ cp -vf eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg' ++184+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++184+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ b=eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +184+ md5sum eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg +184+ sha1sum eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg ++767+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/status +767+ RESPONSE_RAW='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"111baf8d-a474-41de-b517-3db9bc9eaf7c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:11.354Z\",\n \"sha256\": \"993d18e28eb06985740201651ee378526a1bd658b7c92a15571239a529411c6a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf12a4a8f2ce37174f1ca7cbeebf1b37aca9eb50\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"77a4ca76ce0ccf1039caa75f35cb989e697f815c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b651df8124c1653709d94916a3ae8817277007b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"77a4ca76ce0ccf1039caa75f35cb989e697f815c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++767+ head -n1 +767+ RESPONSE='{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"111baf8d-a474-41de-b517-3db9bc9eaf7c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:11.354Z\",\n \"sha256\": \"993d18e28eb06985740201651ee378526a1bd658b7c92a15571239a529411c6a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf12a4a8f2ce37174f1ca7cbeebf1b37aca9eb50\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"77a4ca76ce0ccf1039caa75f35cb989e697f815c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b651df8124c1653709d94916a3ae8817277007b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"77a4ca76ce0ccf1039caa75f35cb989e697f815c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++767+ tail -n1 +767+ STATUS_CODE=200 ++767+ jq -r .notarizationStatus.status ++767+ echo '{"uuid":"46fcb529-b1ed-4517-9c49-b4a6d99bbcae","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"111baf8d-a474-41de-b517-3db9bc9eaf7c\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:16:11.354Z\",\n' '\"sha256\":' '\"993d18e28eb06985740201651ee378526a1bd658b7c92a15571239a529411c6a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf12a4a8f2ce37174f1ca7cbeebf1b37aca9eb50\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"77a4ca76ce0ccf1039caa75f35cb989e697f815c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"507414029b386f7f583dec5b01e19fb36966aebc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0565a9d6504d8996628889cb5389852c11ff2c19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b651df8124c1653709d94916a3ae8817277007b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-x86_64-15841714801503078329.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"77a4ca76ce0ccf1039caa75f35cb989e697f815c\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +767+ STATUS=COMPLETE +767+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +767+ [[ 200 == \5\0\3 ]] +767+ [[ 200 == \5\0\2 ]] +767+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +767+ break +767+ rm eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ curl -JO https://cbi.eclipse.org/macos/xcrun/46fcb529-b1ed-4517-9c49-b4a6d99bbcae/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 19.0M 0 19.0M 0 0 39.4M 0 --:--:-- --:--:-- --:--:-- 39.3M+184+ sha512sum -b eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg 100 77.5M 0 77.5M 0 0 51.1M 0 --:--:-- 0:00:01 --:--:-- 51.1M 100 167M 0 167M 0 0 67.5M 0 --:--:-- 0:00:02 --:--:-- 67.5M+184+ rm eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +184+ rm -f eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +184+ rm -f eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +184+ rm -f eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 245M 0 245M 0 0 70.3M 0 --:--:-- 0:00:03 --:--:-- 70.3M 100 324M 0 324M 0 0 72.2M 0 --:--:-- 0:00:04 --:--:-- 72.2M 100 398M 0 398M 0 0 72.6M 0 --:--:-- 0:00:05 --:--:-- 75.8M 100 407M 0 407M 0 0 72.9M 0 --:--:-- 0:00:05 --:--:-- 81.0M curl: Saved to filename 'eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg' +767+ cp -vf eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg' ++767+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++767+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ b=eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +767+ md5sum eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++591+ jq -r .notarizationStatus.status +591+ STATUS=IN_PROGRESS +591+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ sleep 1m +767+ sha1sum eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ sha512sum -b eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg +767+ rm eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +767+ rm -f eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +767+ rm -f eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +767+ rm -f eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++705+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/status +705+ RESPONSE_RAW='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d81a512f-1292-447a-a739-0e3572d3e3b9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:17.547Z\",\n \"sha256\": \"ac4c2761a80c792c29054980549896f60b673d0059378168680f814f68d158f9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebad83c81854bc91722d678e2fc4ce50c9f17b\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"abc6983a30eda30bb4ff71a6b3e261847c44fee8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"abc6983a30eda30bb4ff71a6b3e261847c44fee8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++705+ head -n1 +705+ RESPONSE='{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d81a512f-1292-447a-a739-0e3572d3e3b9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:17.547Z\",\n \"sha256\": \"ac4c2761a80c792c29054980549896f60b673d0059378168680f814f68d158f9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebad83c81854bc91722d678e2fc4ce50c9f17b\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"abc6983a30eda30bb4ff71a6b3e261847c44fee8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"507414029b386f7f583dec5b01e19fb36966aebc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0565a9d6504d8996628889cb5389852c11ff2c19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"abc6983a30eda30bb4ff71a6b3e261847c44fee8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++705+ tail -n1 +705+ STATUS_CODE=200 ++705+ jq -r .notarizationStatus.status ++705+ echo '{"uuid":"b8a660e3-f771-446a-a195-bbd86ae9155c","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d81a512f-1292-447a-a739-0e3572d3e3b9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:16:17.547Z\",\n' '\"sha256\":' '\"ac4c2761a80c792c29054980549896f60b673d0059378168680f814f68d158f9\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebad83c81854bc91722d678e2fc4ce50c9f17b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"abc6983a30eda30bb4ff71a6b3e261847c44fee8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"507414029b386f7f583dec5b01e19fb36966aebc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202406041555.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0565a9d6504d8996628889cb5389852c11ff2c19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-R-macosx-cocoa-aarch64-97907713148210298.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"abc6983a30eda30bb4ff71a6b3e261847c44fee8\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +705+ STATUS=COMPLETE +705+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +705+ [[ 200 == \5\0\3 ]] +705+ [[ 200 == \5\0\2 ]] +705+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +705+ break +705+ rm eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ curl -JO https://cbi.eclipse.org/macos/xcrun/b8a660e3-f771-446a-a195-bbd86ae9155c/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 66.8M 0 66.8M 0 0 80.7M 0 --:--:-- --:--:-- --:--:-- 80.6M 100 147M 0 147M 0 0 80.6M 0 --:--:-- 0:00:01 --:--:-- 80.6M++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m 100 214M 0 214M 0 0 75.8M 0 --:--:-- 0:00:02 --:--:-- 75.8M 100 306M 0 306M 0 0 80.0M 0 --:--:-- 0:00:03 --:--:-- 80.0M 100 366M 0 366M 0 0 75.7M 0 --:--:-- 0:00:04 --:--:-- 75.7M 100 404M 0 404M 0 0 77.0M 0 --:--:-- 0:00:05 --:--:-- 76.4M curl: Saved to filename 'eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg' +705+ cp -vf eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg' ++705+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++705+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ b=eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +705+ md5sum eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ sha1sum eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ sha512sum -b eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg +705+ rm eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +705+ rm -f eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +705+ rm -f eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +705+ rm -f eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++398+ jq -r .notarizationStatus.status +398+ STATUS=IN_PROGRESS +398+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/status +591+ RESPONSE_RAW='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"b77b23b4-d0a5-453c-95b1-cf511d507fb8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg\",\n \"uploadDate\": \"2024-06-06T15:15:38.715Z\",\n \"sha256\": \"0b38a6abd0a01bc1fd9eb8b73d5c3d8c4e395b8c57b0a33d8aa6992768872ca4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32dc2ef88314de03f0f130c77624b5cfb7e743b0\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"974c2e355634c8f9d0383a74d892d66fc5a19913\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"974c2e355634c8f9d0383a74d892d66fc5a19913\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"b77b23b4-d0a5-453c-95b1-cf511d507fb8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg\",\n \"uploadDate\": \"2024-06-06T15:15:38.715Z\",\n \"sha256\": \"0b38a6abd0a01bc1fd9eb8b73d5c3d8c4e395b8c57b0a33d8aa6992768872ca4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32dc2ef88314de03f0f130c77624b5cfb7e743b0\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"974c2e355634c8f9d0383a74d892d66fc5a19913\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"974c2e355634c8f9d0383a74d892d66fc5a19913\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ jq -r .notarizationStatus.status ++591+ echo '{"uuid":"d26e9f1a-d362-45af-ac19-ef87a7e3a172","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"b77b23b4-d0a5-453c-95b1-cf511d507fb8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:15:38.715Z\",\n' '\"sha256\":' '\"0b38a6abd0a01bc1fd9eb8b73d5c3d8c4e395b8c57b0a33d8aa6992768872ca4\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"32dc2ef88314de03f0f130c77624b5cfb7e743b0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"974c2e355634c8f9d0383a74d892d66fc5a19913\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-R-macosx-cocoa-aarch64-10347353716665658023.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"974c2e355634c8f9d0383a74d892d66fc5a19913\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +591+ STATUS=COMPLETE +591+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +591+ [[ 200 == \5\0\3 ]] +591+ [[ 200 == \5\0\2 ]] +591+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +591+ break +591+ rm eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ curl -JO https://cbi.eclipse.org/macos/xcrun/d26e9f1a-d362-45af-ac19-ef87a7e3a172/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 45.6M 0 45.6M 0 0 70.8M 0 --:--:-- --:--:-- --:--:-- 70.7M 100 106M 0 106M 0 0 64.6M 0 --:--:-- 0:00:01 --:--:-- 64.6M 100 181M 0 181M 0 0 68.8M 0 --:--:-- 0:00:02 --:--:-- 68.7M 100 261M 0 261M 0 0 71.8M 0 --:--:-- 0:00:03 --:--:-- 71.8M 100 326M 0 326M 0 0 69.6M 0 --:--:-- 0:00:04 --:--:-- 69.5M 100 401M 0 401M 0 0 71.8M 0 --:--:-- 0:00:05 --:--:-- 71.9M curl: Saved to filename 'eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg' +591+ cp -vf eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg' ++591+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++591+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ b=eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +591+ md5sum eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ sha1sum eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m +591+ sha512sum -b eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg +591+ rm eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +591+ rm -f eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +591+ rm -f eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +591+ rm -f eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++829+ jq -r .notarizationStatus.status +829+ STATUS=IN_PROGRESS +829+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++643+ jq -r .notarizationStatus.status +643+ STATUS=IN_PROGRESS +643+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ sleep 1m ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++356+ jq -r .notarizationStatus.status +356+ STATUS=IN_PROGRESS +356+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++398+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/status +398+ RESPONSE_RAW='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e876240a-16ac-44e4-9328-a92785330371\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:50.965Z\",\n \"sha256\": \"58d075e0e939c6fa6746ecca3332f9540508a7e3bdd87ec0df6fe475e85e0b4e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b235ad237f3c55d8ab6a933218e7676450cbdcdc\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c0f98561586302d7513f68676c2d096ca475099\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b651df8124c1653709d94916a3ae8817277007b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c0f98561586302d7513f68676c2d096ca475099\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.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' ++398+ head -n1 +398+ RESPONSE='{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e876240a-16ac-44e4-9328-a92785330371\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:50.965Z\",\n \"sha256\": \"58d075e0e939c6fa6746ecca3332f9540508a7e3bdd87ec0df6fe475e85e0b4e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b235ad237f3c55d8ab6a933218e7676450cbdcdc\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c0f98561586302d7513f68676c2d096ca475099\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b651df8124c1653709d94916a3ae8817277007b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c0f98561586302d7513f68676c2d096ca475099\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.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"}}' ++398+ tail -n1 +398+ STATUS_CODE=200 ++398+ jq -r .notarizationStatus.status ++398+ echo '{"uuid":"f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e876240a-16ac-44e4-9328-a92785330371\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:14:50.965Z\",\n' '\"sha256\":' '\"58d075e0e939c6fa6746ecca3332f9540508a7e3bdd87ec0df6fe475e85e0b4e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b235ad237f3c55d8ab6a933218e7676450cbdcdc\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c0f98561586302d7513f68676c2d096ca475099\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-x64.tar.gz/node-v20.13.1-darwin-x64.tar/node-v20.13.1-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b651df8124c1653709d94916a3ae8817277007b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c0f98561586302d7513f68676c2d096ca475099\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-x86_64-7165690516174014612.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"}}' +398+ STATUS=COMPLETE +398+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +398+ [[ 200 == \5\0\3 ]] +398+ [[ 200 == \5\0\2 ]] +398+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +398+ break +398+ rm eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ curl -JO https://cbi.eclipse.org/macos/xcrun/f9bcb8b7-8565-4ad3-88fa-5d1b428bd1b2/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 0 40.9M 0 0 89.9M 0 --:--:-- --:--:-- --:--:-- 89.9M 100 131M 0 131M 0 0 90.4M 0 --:--:-- 0:00:01 --:--:-- 90.3M 100 223M 0 223M 0 0 90.8M 0 --:--:-- 0:00:02 --:--:-- 90.8M 100 316M 0 316M 0 0 91.6M 0 --:--:-- 0:00:03 --:--:-- 91.6M 100 402M 0 402M 0 0 90.2M 0 --:--:-- 0:00:04 --:--:-- 90.2M 100 490M 0 490M 0 0 89.9M 0 --:--:-- 0:00:05 --:--:-- 89.9M 100 542M 0 542M 0 0 89.8M 0 --:--:-- 0:00:06 --:--:-- 89.6M curl: Saved to filename 'eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg' +398+ cp -vf eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg' ++398+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++398+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ b=eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +398+ md5sum eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ sha1sum eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ sha512sum -b eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg +398+ rm eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +398+ rm -f eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +398+ rm -f eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +398+ rm -f eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/status +829+ RESPONSE_RAW='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d894bf3b-c2b9-4bd9-9187-912546854e81\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:52.418Z\",\n \"sha256\": \"7e5a68cb457a5a9ec28f920067760fe5400d599ee0611677210556f6f219138f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3b76adee13a3d7c5f9d5d591f91c5c22266567d8\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aeb4f9c4ca28e71327434dd2573dc13ee811270a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aeb4f9c4ca28e71327434dd2573dc13ee811270a\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d894bf3b-c2b9-4bd9-9187-912546854e81\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:52.418Z\",\n \"sha256\": \"7e5a68cb457a5a9ec28f920067760fe5400d599ee0611677210556f6f219138f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3b76adee13a3d7c5f9d5d591f91c5c22266567d8\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aeb4f9c4ca28e71327434dd2573dc13ee811270a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aeb4f9c4ca28e71327434dd2573dc13ee811270a\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ jq -r .notarizationStatus.status ++829+ echo '{"uuid":"21f99eab-182e-464f-9590-df904aa2840f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d894bf3b-c2b9-4bd9-9187-912546854e81\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:16:52.418Z\",\n' '\"sha256\":' '\"7e5a68cb457a5a9ec28f920067760fe5400d599ee0611677210556f6f219138f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3b76adee13a3d7c5f9d5d591f91c5c22266567d8\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aeb4f9c4ca28e71327434dd2573dc13ee811270a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-aarch64-12043697432232932277.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aeb4f9c4ca28e71327434dd2573dc13ee811270a\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +829+ STATUS=COMPLETE +829+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +829+ [[ 200 == \5\0\3 ]] +829+ [[ 200 == \5\0\2 ]] +829+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +829+ break +829+ rm eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ curl -JO https://cbi.eclipse.org/macos/xcrun/21f99eab-182e-464f-9590-df904aa2840f/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++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m 100 28.4M 0 28.4M 0 0 34.0M 0 --:--:-- --:--:-- --:--:-- 34.0M 100 97.5M 0 97.5M 0 0 53.1M 0 --:--:-- 0:00:01 --:--:-- 53.1M 100 181M 0 181M 0 0 63.9M 0 --:--:-- 0:00:02 --:--:-- 63.9M 100 266M 0 266M 0 0 69.5M 0 --:--:-- 0:00:03 --:--:-- 69.5M 100 327M 0 327M 0 0 67.6M 0 --:--:-- 0:00:04 --:--:-- 67.6M 100 402M 0 402M 0 0 68.9M 0 --:--:-- 0:00:05 --:--:-- 74.7M 100 440M 0 440M 0 0 69.3M 0 --:--:-- 0:00:06 --:--:-- 75.9M curl: Saved to filename 'eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg' +829+ cp -vf eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg' ++829+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++829+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ b=eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +829+ md5sum eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ sha1sum eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg +829+ sha512sum -b eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg ++643+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/status +643+ RESPONSE_RAW='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"1513883e-83f8-4760-85a5-a30d10e64b8f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:01.228Z\",\n \"sha256\": \"91a4591fe282b8b1c091ad828eadcb7be2a7394997855ac22dcf4044f8604e9a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7538e953c9b33eb09e32f3c663253c2cde96ddc2\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5d866aabee664ca8bfbc26e475bdd6bfeb35ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5d866aabee664ca8bfbc26e475bdd6bfeb35ffe\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++643+ head -n1 +643+ RESPONSE='{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"1513883e-83f8-4760-85a5-a30d10e64b8f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg\",\n \"uploadDate\": \"2024-06-06T15:16:01.228Z\",\n \"sha256\": \"91a4591fe282b8b1c091ad828eadcb7be2a7394997855ac22dcf4044f8604e9a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7538e953c9b33eb09e32f3c663253c2cde96ddc2\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5d866aabee664ca8bfbc26e475bdd6bfeb35ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5d866aabee664ca8bfbc26e475bdd6bfeb35ffe\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++643+ tail -n1 +643+ STATUS_CODE=200 ++643+ jq -r .notarizationStatus.status ++643+ echo '{"uuid":"a27139a3-d537-461e-ae7d-22e4c7daea05","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"1513883e-83f8-4760-85a5-a30d10e64b8f\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:16:01.228Z\",\n' '\"sha256\":' '\"91a4591fe282b8b1c091ad828eadcb7be2a7394997855ac22dcf4044f8604e9a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7538e953c9b33eb09e32f3c663253c2cde96ddc2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5d866aabee664ca8bfbc26e475bdd6bfeb35ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-x86_64-2837550661603663058.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5d866aabee664ca8bfbc26e475bdd6bfeb35ffe\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +643+ STATUS=COMPLETE +643+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +643+ [[ 200 == \5\0\3 ]] +643+ [[ 200 == \5\0\2 ]] +643+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +643+ break +643+ rm eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ curl -JO https://cbi.eclipse.org/macos/xcrun/a27139a3-d537-461e-ae7d-22e4c7daea05/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68.0M 0 68.0M 0 0 79.0M 0 --:--:-- --:--:-- --:--:-- 78.9M+829+ rm eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +829+ rm -f eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +829+ rm -f eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +829+ rm -f eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 100 164M 0 164M 0 0 88.4M 0 --:--:-- 0:00:01 --:--:-- 88.3M 100 238M 0 238M 0 0 83.4M 0 --:--:-- 0:00:02 --:--:-- 83.4M 100 330M 0 330M 0 0 85.5M 0 --:--:-- 0:00:03 --:--:-- 85.5M 100 417M 0 417M 0 0 85.8M 0 --:--:-- 0:00:04 --:--:-- 85.7M 100 494M 0 494M 0 0 84.2M 0 --:--:-- 0:00:05 --:--:-- 85.2M 100 556M 0 556M 0 0 81.0M 0 --:--:-- 0:00:06 --:--:-- 78.3M 100 592M 0 592M 0 0 81.2M 0 --:--:-- 0:00:07 --:--:-- 79.7M curl: Saved to filename 'eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg' +643+ cp -vf eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg' ++643+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++643+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ b=eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +643+ md5sum eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg +643+ sha1sum eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg ++356+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/status +356+ RESPONSE_RAW='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ef212b18-e7f5-4099-a75f-fa739d286401\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:02.517Z\",\n \"sha256\": \"7d733a6c0a3a1336e80f935f248f18e55e04470b9a259dcfde657f47e561fb83\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"14fb7ca76ada9557d29ae3631dc725dd2fb5442f\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7dee47177f14c2f8bb7d8fb91dc3323d1e62858\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7dee47177f14c2f8bb7d8fb91dc3323d1e62858\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++356+ head -n1 +356+ RESPONSE='{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ef212b18-e7f5-4099-a75f-fa739d286401\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg\",\n \"uploadDate\": \"2024-06-06T15:14:02.517Z\",\n \"sha256\": \"7d733a6c0a3a1336e80f935f248f18e55e04470b9a259dcfde657f47e561fb83\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"14fb7ca76ada9557d29ae3631dc725dd2fb5442f\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7dee47177f14c2f8bb7d8fb91dc3323d1e62858\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7dee47177f14c2f8bb7d8fb91dc3323d1e62858\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++356+ tail -n1 +356+ STATUS_CODE=200 ++356+ jq -r .notarizationStatus.status ++356+ echo '{"uuid":"21631a71-8bf4-4b8d-981d-34e5dfbc8c96","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ef212b18-e7f5-4099-a75f-fa739d286401\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:14:02.517Z\",\n' '\"sha256\":' '\"7d733a6c0a3a1336e80f935f248f18e55e04470b9a259dcfde657f47e561fb83\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"14fb7ca76ada9557d29ae3631dc725dd2fb5442f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b7dee47177f14c2f8bb7d8fb91dc3323d1e62858\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-R-macosx-cocoa-aarch64-2193371448003666105.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b7dee47177f14c2f8bb7d8fb91dc3323d1e62858\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +356+ STATUS=COMPLETE +356+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +356+ [[ 200 == \5\0\3 ]] +356+ [[ 200 == \5\0\2 ]] +356+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +356+ break +356+ rm eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ curl -JO https://cbi.eclipse.org/macos/xcrun/21631a71-8bf4-4b8d-981d-34e5dfbc8c96/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+643+ sha512sum -b eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg 100 62.9M 0 62.9M 0 0 75.6M 0 --:--:-- --:--:-- --:--:-- 75.5M++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m 100 132M 0 132M 0 0 72.8M 0 --:--:-- 0:00:01 --:--:-- 72.7M+643+ rm eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +643+ rm -f eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +643+ rm -f eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +643+ rm -f eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 208M 0 208M 0 0 73.6M 0 --:--:-- 0:00:02 --:--:-- 73.6M 100 265M 0 265M 0 0 69.3M 0 --:--:-- 0:00:03 --:--:-- 69.3M 100 335M 0 335M 0 0 69.5M 0 --:--:-- 0:00:04 --:--:-- 69.5M 100 414M 0 414M 0 0 71.0M 0 --:--:-- 0:00:05 --:--:-- 70.3M++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m 100 487M 0 487M 0 0 71.3M 0 --:--:-- 0:00:06 --:--:-- 70.8M 100 518M 0 518M 0 0 68.9M 0 --:--:-- 0:00:07 --:--:-- 66.0M curl: Saved to filename 'eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg' +356+ cp -vf eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg' ++356+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++356+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ b=eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +356+ md5sum eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ sha1sum eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ sha512sum -b eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg +356+ rm eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +356+ rm -f eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +356+ rm -f eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +356+ rm -f eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++963+ jq -r .notarizationStatus.status +963+ STATUS=IN_PROGRESS +963+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++963+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/status +963+ RESPONSE_RAW='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"32817234-f6a6-4815-b0a2-5feec88b8617\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg\",\n \"uploadDate\": \"2024-06-06T15:17:38.469Z\",\n \"sha256\": \"6cfa27aea4c822b263f5042212d3a1f1371331524dd2003c854ba21c14d0629c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d588bc15ca2f4f6ff8b608c129cb38cd55145299\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"671f3c292eab0b9da0febe2138a73e598d6b08bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"671f3c292eab0b9da0febe2138a73e598d6b08bd\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++963+ head -n1 +963+ RESPONSE='{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"32817234-f6a6-4815-b0a2-5feec88b8617\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg\",\n \"uploadDate\": \"2024-06-06T15:17:38.469Z\",\n \"sha256\": \"6cfa27aea4c822b263f5042212d3a1f1371331524dd2003c854ba21c14d0629c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d588bc15ca2f4f6ff8b608c129cb38cd55145299\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"671f3c292eab0b9da0febe2138a73e598d6b08bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"671f3c292eab0b9da0febe2138a73e598d6b08bd\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++963+ tail -n1 +963+ STATUS_CODE=200 ++963+ jq -r .notarizationStatus.status ++963+ echo '{"uuid":"a3bdbbfc-821b-472f-b59f-02317d5958fd","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"32817234-f6a6-4815-b0a2-5feec88b8617\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:17:38.469Z\",\n' '\"sha256\":' '\"6cfa27aea4c822b263f5042212d3a1f1371331524dd2003c854ba21c14d0629c\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d588bc15ca2f4f6ff8b608c129cb38cd55145299\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"671f3c292eab0b9da0febe2138a73e598d6b08bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-x86_64-2700203140362325127.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"671f3c292eab0b9da0febe2138a73e598d6b08bd\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +963+ STATUS=COMPLETE +963+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +963+ [[ 200 == \5\0\3 ]] +963+ [[ 200 == \5\0\2 ]] +963+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +963+ break +963+ rm eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ curl -JO https://cbi.eclipse.org/macos/xcrun/a3bdbbfc-821b-472f-b59f-02317d5958fd/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 4909k 0 4909k 0 0 15.8M 0 --:--:-- --:--:-- --:--:-- 15.7M 100 77.9M 0 77.9M 0 0 63.7M 0 --:--:-- 0:00:01 --:--:-- 63.6M 100 162M 0 162M 0 0 73.0M 0 --:--:-- 0:00:02 --:--:-- 73.0M 100 226M 0 226M 0 0 69.0M 0 --:--:-- 0:00:03 --:--:-- 69.0M 100 303M 0 303M 0 0 71.8M 0 --:--:-- 0:00:04 --:--:-- 71.8M 100 380M 0 380M 0 0 72.9M 0 --:--:-- 0:00:05 --:--:-- 76.3M 100 459M 0 459M 0 0 73.8M 0 --:--:-- 0:00:06 --:--:-- 76.3M 100 500M 0 500M 0 0 73.7M 0 --:--:-- 0:00:06 --:--:-- 74.0M curl: Saved to filename 'eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg' +963+ cp -vf eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg' ++963+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++963+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ b=eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +963+ md5sum eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ sha1sum eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ sha512sum -b eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg +963+ rm eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +963+ rm -f eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +963+ rm -f eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +963+ rm -f eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++324+ jq -r .notarizationStatus.status +324+ STATUS=IN_PROGRESS +324+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++260+ jq -r .notarizationStatus.status +260+ STATUS=IN_PROGRESS +260+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++324+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/status +324+ RESPONSE_RAW='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"f5172597-d5da-4bda-bf10-eee482906d48\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg\",\n \"uploadDate\": \"2024-06-06T15:13:29.329Z\",\n \"sha256\": \"71de40a1491c451ad2d34b7f6cf6564fecaf86e111110b152e3115f018bce8dc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79dba5dcb42cf049179d73ab23e18773f1181574\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40dacea56c4382e975aec827e3df9f57ef3f253c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40dacea56c4382e975aec827e3df9f57ef3f253c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++324+ head -n1 +324+ RESPONSE='{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"f5172597-d5da-4bda-bf10-eee482906d48\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg\",\n \"uploadDate\": \"2024-06-06T15:13:29.329Z\",\n \"sha256\": \"71de40a1491c451ad2d34b7f6cf6564fecaf86e111110b152e3115f018bce8dc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79dba5dcb42cf049179d73ab23e18773f1181574\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40dacea56c4382e975aec827e3df9f57ef3f253c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40dacea56c4382e975aec827e3df9f57ef3f253c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++324+ tail -n1 +324+ STATUS_CODE=200 ++324+ jq -r .notarizationStatus.status ++324+ echo '{"uuid":"3b077971-591c-4040-b39d-c76ab35c1fc7","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"f5172597-d5da-4bda-bf10-eee482906d48\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:13:29.329Z\",\n' '\"sha256\":' '\"71de40a1491c451ad2d34b7f6cf6564fecaf86e111110b152e3115f018bce8dc\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79dba5dcb42cf049179d73ab23e18773f1181574\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40dacea56c4382e975aec827e3df9f57ef3f253c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1dc3e0aa58421da00229862264bd44753a8d1499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-R-macosx-cocoa-x86_64-1345530989771008116.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40dacea56c4382e975aec827e3df9f57ef3f253c\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +324+ STATUS=COMPLETE +324+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +324+ [[ 200 == \5\0\3 ]] +324+ [[ 200 == \5\0\2 ]] +324+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +324+ break +324+ rm eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ curl -JO https://cbi.eclipse.org/macos/xcrun/3b077971-591c-4040-b39d-c76ab35c1fc7/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.9M 0 82.9M 0 0 86.3M 0 --:--:-- --:--:-- --:--:-- 86.2M 100 146M 0 146M 0 0 74.8M 0 --:--:-- 0:00:01 --:--:-- 74.7M 100 216M 0 216M 0 0 73.2M 0 --:--:-- 0:00:02 --:--:-- 73.2M 100 300M 0 300M 0 0 75.8M 0 --:--:-- 0:00:03 --:--:-- 75.8M 100 371M 0 371M 0 0 74.7M 0 --:--:-- 0:00:04 --:--:-- 74.7M 100 441M 0 441M 0 0 75.3M 0 --:--:-- 0:00:05 --:--:-- 73.1M curl: Saved to filename 'eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg' +324+ cp -vf eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg' ++324+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++324+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ b=eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +324+ md5sum eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ sha1sum eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ sha512sum -b eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg +324+ rm eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize +324+ rm -f eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +324+ rm -f eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +324+ rm -f eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++260+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/status +260+ RESPONSE_RAW='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8c6a3de1-f590-4425-914f-9250248d4d97\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg\",\n \"uploadDate\": \"2024-06-06T15:13:18.159Z\",\n \"sha256\": \"ecd98ec07b1d36d377307cbca8c8ac4e2bb24dd10ade36371564d2fafee7958a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d01bd40bbe9cd2b462b73d68c81b93284c938d31\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"374c3b06f41e6e398934da404061fb7e587b3ff5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"374c3b06f41e6e398934da404061fb7e587b3ff5\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++260+ head -n1 +260+ RESPONSE='{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8c6a3de1-f590-4425-914f-9250248d4d97\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg\",\n \"uploadDate\": \"2024-06-06T15:13:18.159Z\",\n \"sha256\": \"ecd98ec07b1d36d377307cbca8c8ac4e2bb24dd10ade36371564d2fafee7958a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d01bd40bbe9cd2b462b73d68c81b93284c938d31\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"374c3b06f41e6e398934da404061fb7e587b3ff5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"374c3b06f41e6e398934da404061fb7e587b3ff5\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++260+ tail -n1 +260+ STATUS_CODE=200 ++260+ jq -r .notarizationStatus.status ++260+ echo '{"uuid":"b1b9ffba-58c6-4790-927c-8d46f5727279","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"8c6a3de1-f590-4425-914f-9250248d4d97\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:13:18.159Z\",\n' '\"sha256\":' '\"ecd98ec07b1d36d377307cbca8c8ac4e2bb24dd10ade36371564d2fafee7958a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d01bd40bbe9cd2b462b73d68c81b93284c938d31\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"374c3b06f41e6e398934da404061fb7e587b3ff5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-R-macosx-cocoa-aarch64-15683312102377578640.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"374c3b06f41e6e398934da404061fb7e587b3ff5\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +260+ STATUS=COMPLETE +260+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +260+ [[ 200 == \5\0\3 ]] +260+ [[ 200 == \5\0\2 ]] +260+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +260+ break +260+ rm eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ curl -JO https://cbi.eclipse.org/macos/xcrun/b1b9ffba-58c6-4790-927c-8d46f5727279/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.3M 0 40.3M 0 0 76.4M 0 --:--:-- --:--:-- --:--:-- 76.2M 100 126M 0 126M 0 0 82.7M 0 --:--:-- 0:00:01 --:--:-- 82.7M 100 176M 0 176M 0 0 69.6M 0 --:--:-- 0:00:02 --:--:-- 69.6M 100 244M 0 244M 0 0 69.3M 0 --:--:-- 0:00:03 --:--:-- 69.3M 100 323M 0 323M 0 0 71.5M 0 --:--:-- 0:00:04 --:--:-- 71.5M 100 400M 0 400M 0 0 72.4M 0 --:--:-- 0:00:05 --:--:-- 72.0M 100 481M 0 481M 0 0 73.6M 0 --:--:-- 0:00:06 --:--:-- 70.8M 100 499M 0 499M 0 0 74.3M 0 --:--:-- 0:00:06 --:--:-- 77.1M curl: Saved to filename 'eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg' +260+ cp -vf eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg' ++260+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++260+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ b=eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +260+ md5sum eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ sha1sum eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ sha512sum -b eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg +260+ rm eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +260+ rm -f eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +260+ rm -f eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +260+ rm -f eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++891+ jq -r .notarizationStatus.status +891+ STATUS=IN_PROGRESS +891+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1035+ jq -r .notarizationStatus.status +1035+ STATUS=IN_PROGRESS +1035+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/status +891+ RESPONSE_RAW='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0c02106b-2360-471a-85dd-b1c112ed9f0b\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg\",\n \"uploadDate\": \"2024-06-06T15:17:39.470Z\",\n \"sha256\": \"e93d3e06cb3bc49156a1cab130d1506773a10b896276e42da59bd17f150719b2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f732251fb6c99c342fb252ee7a54e531b055f91b\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"994433a25619e4ac71c8c5b3c61493cf7f124461\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"994433a25619e4ac71c8c5b3c61493cf7f124461\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0c02106b-2360-471a-85dd-b1c112ed9f0b\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg\",\n \"uploadDate\": \"2024-06-06T15:17:39.470Z\",\n \"sha256\": \"e93d3e06cb3bc49156a1cab130d1506773a10b896276e42da59bd17f150719b2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f732251fb6c99c342fb252ee7a54e531b055f91b\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"994433a25619e4ac71c8c5b3c61493cf7f124461\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"994433a25619e4ac71c8c5b3c61493cf7f124461\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ jq -r .notarizationStatus.status ++891+ echo '{"uuid":"1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"0c02106b-2360-471a-85dd-b1c112ed9f0b\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:17:39.470Z\",\n' '\"sha256\":' '\"e93d3e06cb3bc49156a1cab130d1506773a10b896276e42da59bd17f150719b2\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f732251fb6c99c342fb252ee7a54e531b055f91b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"994433a25619e4ac71c8c5b3c61493cf7f124461\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-R-macosx-cocoa-aarch64-4651976424748085679.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"994433a25619e4ac71c8c5b3c61493cf7f124461\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +891+ STATUS=COMPLETE +891+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +891+ [[ 200 == \5\0\3 ]] +891+ [[ 200 == \5\0\2 ]] +891+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +891+ break +891+ rm eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ curl -JO https://cbi.eclipse.org/macos/xcrun/1d9d819d-3abd-4865-9ba6-1bcdc59ff0ef/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 6188k 0 6188k 0 0 55.4M 0 --:--:-- --:--:-- --:--:-- 54.9M 100 101M 0 101M 0 0 91.5M 0 --:--:-- 0:00:01 --:--:-- 91.4M 100 197M 0 197M 0 0 93.6M 0 --:--:-- 0:00:02 --:--:-- 93.5M 100 265M 0 265M 0 0 85.4M 0 --:--:-- 0:00:03 --:--:-- 85.4M 100 349M 0 349M 0 0 83.7M 0 --:--:-- 0:00:04 --:--:-- 83.7M 100 444M 0 444M 0 0 87.0M 0 --:--:-- 0:00:05 --:--:-- 87.7M 100 508M 0 508M 0 0 83.2M 0 --:--:-- 0:00:06 --:--:-- 81.4M 100 571M 0 571M 0 0 80.3M 0 --:--:-- 0:00:07 --:--:-- 74.8M 100 591M 0 591M 0 0 80.4M 0 --:--:-- 0:00:07 --:--:-- 76.7M curl: Saved to filename 'eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg' +891+ cp -vf eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg' ++891+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++891+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ b=eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +891+ md5sum eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ sha1sum eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ sha512sum -b eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg +891+ rm eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +891+ rm -f eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +891+ rm -f eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +891+ rm -f eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/status +1035+ RESPONSE_RAW='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d65b2985-d4b4-4327-b3f2-c88351b777a0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg\",\n \"uploadDate\": \"2024-06-06T15:18:00.348Z\",\n \"sha256\": \"dba1c223acf2c102713109ad3096b14868ca34f1cfb5b9ff69ae0b177f648c8e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5371572422fff1e8873df1d0dcdfa132fd394338\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d07f528c5870c3e2fdd084f3190be9b69b9aa8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d07f528c5870c3e2fdd084f3190be9b69b9aa8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.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' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d65b2985-d4b4-4327-b3f2-c88351b777a0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg\",\n \"uploadDate\": \"2024-06-06T15:18:00.348Z\",\n \"sha256\": \"dba1c223acf2c102713109ad3096b14868ca34f1cfb5b9ff69ae0b177f648c8e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5371572422fff1e8873df1d0dcdfa132fd394338\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d07f528c5870c3e2fdd084f3190be9b69b9aa8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d07f528c5870c3e2fdd084f3190be9b69b9aa8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.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"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ jq -r .notarizationStatus.status ++1035+ echo '{"uuid":"e5842955-5ebf-40de-ac73-8c70291f1465","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d65b2985-d4b4-4327-b3f2-c88351b777a0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg\",\n' '\"uploadDate\":' '\"2024-06-06T15:18:00.348Z\",\n' '\"sha256\":' '\"dba1c223acf2c102713109ad3096b14868ca34f1cfb5b9ff69ae0b177f648c8e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5371572422fff1e8873df1d0dcdfa132fd394338\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d07f528c5870c3e2fdd084f3190be9b69b9aa8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6ee2a97756f7fbed1987efbed663114cbd4c128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"634c470921e2f46b512de223c62fbfe838ebcf7e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c72b27d09ef5ae2a02740e5c859fc6ed6519033\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202406041555.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c156a01e5382ff3234cbd79c8329eb9648eeb955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1890d84559ff17552bbc5849af69a7599e2a628d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.1.1.202405211302.jar/resources/node-v20.13.1-darwin-arm64.tar.gz/node-v20.13.1-darwin-arm64.tar/node-v20.13.1-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e12316eecf6ff25134ba94e2c366edb81d8b82a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbc05cd5d6811ae0ec9e3b8bbf3bd05399a3fbd8\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7fcd81f6dbcdd03b3d0932d9d4df367f0810728d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313/jars/jansi-2.4.1.jar/org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cc1185fd93466d302e4d5810529a9de5d5fe0ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d07f528c5870c3e2fdd084f3190be9b69b9aa8\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-R-macosx-cocoa-aarch64-2334081218965133369.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"}}' +1035+ STATUS=COMPLETE +1035+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1035+ [[ 200 == \5\0\3 ]] +1035+ [[ 200 == \5\0\2 ]] +1035+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1035+ break +1035+ rm eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ curl -JO https://cbi.eclipse.org/macos/xcrun/e5842955-5ebf-40de-ac73-8c70291f1465/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.1M 0 37.1M 0 0 54.5M 0 --:--:-- --:--:-- --:--:-- 54.4M 100 113M 0 113M 0 0 73.8M 0 --:--:-- 0:00:01 --:--:-- 73.8M 100 197M 0 197M 0 0 77.5M 0 --:--:-- 0:00:02 --:--:-- 77.5M 100 258M 0 258M 0 0 72.8M 0 --:--:-- 0:00:03 --:--:-- 72.8M 100 340M 0 340M 0 0 74.9M 0 --:--:-- 0:00:04 --:--:-- 74.9M 100 433M 0 433M 0 0 78.2M 0 --:--:-- 0:00:05 --:--:-- 81.5M 100 519M 0 519M 0 0 79.3M 0 --:--:-- 0:00:06 --:--:-- 81.1M 100 539M 0 539M 0 0 79.7M 0 --:--:-- 0:00:06 --:--:-- 81.0M curl: Saved to filename 'eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg' +1035+ cp -vf eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg 'eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg' ++1035+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1035+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ b=eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1035+ md5sum eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ sha1sum eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ sha512sum -b eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg +1035+ rm eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize +1035+ rm -f eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +1035+ rm -f eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +1035+ rm -f eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +116+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++116+ find eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +116+ for i in $( find * -name '*.dmg' ) +116+ scp eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging