Started by user Jonah Graham Running as Jonah Graham Agent basic-3dlmb is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-3dlmb" 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-3dlmb" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-3dlmb" - 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-3131.vf2b_b_798b_ce99" 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-3dlmb (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-OjDWUFWWDCdL/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_17410190771705318835.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_17410190771705318835.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 849d37ba967a173f1329969efc9754f7be64d3a6 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 849d37ba967a173f1329969efc9754f7be64d3a6 # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 849d37ba967a173f1329969efc9754f7be64d3a6 # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins4940024296507431828.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +129+ SSHUSER=genie.packaging@projects-storage.eclipse.org +129+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +129+ SCP=scp +129+ mkdir temp +129+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++129+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize . +129+ popd ~/agent/workspace/notarize-downloads ++129+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +176+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg ++176+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ DMG=eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg ++176+ echo eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg ++176+ sed s/_/-/g +176+ PRIMARY_BUNDLE_ID=eclipse-committers-2023-12-R-macosx-cocoa-x86-64.dmg +176+ retryCount=1 +176+ '[' 1 -gt 0 ']' ++176+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++176+ jq -r .uuid +176+ UUID=805e3d0e-7141-4fbd-8129-e89f3b0da806 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ 200 == \5\0\3 ]] +176+ [[ 200 == \5\0\2 ]] +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +198+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg ++198+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ DMG=eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg ++198+ echo eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg ++198+ sed s/_/-/g +198+ PRIMARY_BUNDLE_ID=eclipse-cpp-2023-12-R-macosx-cocoa-x86-64.dmg +198+ retryCount=1 +198+ '[' 1 -gt 0 ']' ++198+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++198+ jq -r .uuid +198+ UUID=c132e77b-d874-4574-bdc4-f1c76d5d1e90 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ 200 == \5\0\3 ]] +198+ [[ 200 == \5\0\2 ]] +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ tee --append eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg ++220+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ DMG=eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg ++220+ echo eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg ++220+ sed s/_/-/g +220+ PRIMARY_BUNDLE_ID=eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ retryCount=1 +220+ '[' 1 -gt 0 ']' ++220+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ jq -r .uuid +220+ UUID=4b881fa1-cf74-436b-b3f0-95170f02684c ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ 200 == \5\0\3 ]] +220+ [[ 200 == \5\0\2 ]] +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +242+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg ++242+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ DMG=eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg ++242+ echo eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg ++242+ sed s/_/-/g +242+ PRIMARY_BUNDLE_ID=eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ retryCount=1 +242+ '[' 1 -gt 0 ']' ++242+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++242+ jq -r .uuid +242+ UUID=de091f72-90e8-413a-88db-5c94f93c7a75 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ 200 == \5\0\3 ]] +242+ [[ 200 == \5\0\2 ]] +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +265+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg ++265+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ DMG=eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++265+ echo eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg ++265+ sed s/_/-/g +265+ PRIMARY_BUNDLE_ID=eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ retryCount=1 +265+ '[' 1 -gt 0 ']' ++265+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++265+ jq -r .uuid +265+ UUID=80bc6404-9ca3-4b91-9666-faf5b8b70cc8 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ 200 == \5\0\3 ]] +265+ [[ 200 == \5\0\2 ]] +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +307+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg ++307+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ DMG=eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg ++307+ echo eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg ++307+ sed s/_/-/g +307+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2023-12-R-macosx-cocoa-x86-64.dmg +307+ retryCount=1 +307+ '[' 1 -gt 0 ']' ++307+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++307+ jq -r .uuid +307+ UUID=0dced0e8-937e-4e13-96f0-7ae8968ec3f5 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ 200 == \5\0\3 ]] +307+ [[ 200 == \5\0\2 ]] +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +329+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg ++329+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ DMG=eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg ++329+ echo eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg ++329+ sed s/_/-/g +329+ PRIMARY_BUNDLE_ID=eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ retryCount=1 +329+ '[' 1 -gt 0 ']' ++329+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++329+ jq -r .uuid +329+ UUID=0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ 200 == \5\0\3 ]] +329+ [[ 200 == \5\0\2 ]] +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +371+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg ++371+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ DMG=eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg ++371+ echo eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg ++371+ sed s/_/-/g +371+ PRIMARY_BUNDLE_ID=eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ retryCount=1 +371+ '[' 1 -gt 0 ']' ++371+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++371+ jq -r .uuid +371+ UUID=e7c02212-cc1d-4a9c-8c42-c3912267bebe ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ 200 == \5\0\3 ]] +371+ [[ 200 == \5\0\2 ]] +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +403+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg ++403+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ DMG=eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++403+ echo eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg ++403+ sed s/_/-/g +403+ PRIMARY_BUNDLE_ID=eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ retryCount=1 +403+ '[' 1 -gt 0 ']' ++403+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++403+ jq -r .uuid +403+ UUID=947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ 200 == \5\0\3 ]] +403+ [[ 200 == \5\0\2 ]] +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +455+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg ++455+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ DMG=eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg ++455+ echo eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg ++455+ sed s/_/-/g +455+ PRIMARY_BUNDLE_ID=eclipse-scout-2023-12-R-macosx-cocoa-x86-64.dmg +455+ retryCount=1 +455+ '[' 1 -gt 0 ']' ++455+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++455+ jq -r .uuid +455+ UUID=e21892b1-bf01-4757-9613-402fe696c3a6 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ 200 == \5\0\3 ]] +455+ [[ 200 == \5\0\2 ]] +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +497+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg ++497+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ DMG=eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg ++497+ echo eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg ++497+ sed s/_/-/g +497+ PRIMARY_BUNDLE_ID=eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ retryCount=1 +497+ '[' 1 -gt 0 ']' ++497+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++497+ jq -r .uuid +497+ UUID=ed3ca35e-2f96-4a92-ab09-09e84ac4a099 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ 200 == \5\0\3 ]] +497+ [[ 200 == \5\0\2 ]] +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +549+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg ++549+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ DMG=eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg ++549+ echo eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg ++549+ sed s/_/-/g +549+ PRIMARY_BUNDLE_ID=eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ retryCount=1 +549+ '[' 1 -gt 0 ']' ++549+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++549+ jq -r .uuid +549+ UUID=5348bd6f-d7ca-448d-bca4-47b9942c3296 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ 200 == \5\0\3 ]] +549+ [[ 200 == \5\0\2 ]] +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +591+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg ++591+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ DMG=eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++591+ echo eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg ++591+ sed s/_/-/g +591+ PRIMARY_BUNDLE_ID=eclipse-java-2023-12-R-macosx-cocoa-x86-64.dmg +591+ retryCount=1 +591+ '[' 1 -gt 0 ']' ++591+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ jq -r .uuid +591+ UUID=45768b44-c7a2-4682-a727-3707d23a86cb ++591+ echo '{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +653+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg ++653+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ DMG=eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg ++653+ echo eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg ++653+ sed s/_/-/g +653+ PRIMARY_BUNDLE_ID=eclipse-jee-2023-12-R-macosx-cocoa-x86-64.dmg +653+ retryCount=1 +653+ '[' 1 -gt 0 ']' ++653+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++653+ jq -r .uuid +653+ UUID=bf23467c-b6aa-4dca-829e-6fd0166d2ae3 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ 200 == \5\0\3 ]] +653+ [[ 200 == \5\0\2 ]] +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +695+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg ++695+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ DMG=eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++695+ echo eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg ++695+ sed s/_/-/g +695+ PRIMARY_BUNDLE_ID=eclipse-rcp-2023-12-R-macosx-cocoa-x86-64.dmg +695+ retryCount=1 +695+ '[' 1 -gt 0 ']' ++695+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++695+ jq -r .uuid +695+ UUID=f4898353-be25-48ad-98f7-9d094cb5c796 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ 200 == \5\0\3 ]] +695+ [[ 200 == \5\0\2 ]] +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +777+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg ++777+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ DMG=eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg ++777+ echo eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg ++777+ sed s/_/-/g +777+ PRIMARY_BUNDLE_ID=eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ retryCount=1 +777+ '[' 1 -gt 0 ']' ++777+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++777+ jq -r .uuid +777+ UUID=b3de68e6-0556-4687-9b61-da452a5cca7b ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ 200 == \5\0\3 ]] +777+ [[ 200 == \5\0\2 ]] +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ echo '{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +829+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg ++829+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ DMG=eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++829+ echo eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg ++829+ sed s/_/-/g +829+ PRIMARY_BUNDLE_ID=eclipse-php-2023-12-R-macosx-cocoa-x86-64.dmg +829+ retryCount=1 +829+ '[' 1 -gt 0 ']' ++829+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ jq -r .uuid +829+ UUID=f531544e-2ce2-4bbb-84c5-95f281cbbba5 ++829+ echo '{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +891+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg ++891+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ DMG=eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg ++891+ echo eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg ++891+ sed s/_/-/g +891+ PRIMARY_BUNDLE_ID=eclipse-modeling-2023-12-R-macosx-cocoa-x86-64.dmg +891+ retryCount=1 +891+ '[' 1 -gt 0 ']' ++891+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ jq -r .uuid +891+ UUID=7931fc20-cc52-458f-b36a-37ef6264972d ++891+ echo '{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.log +953+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg ++953+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +953+ DMG=eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +953+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++953+ echo eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg ++953+ sed s/_/-/g +953+ PRIMARY_BUNDLE_ID=eclipse-dsl-2023-12-R-macosx-cocoa-x86-64.dmg +953+ retryCount=1 +953+ '[' 1 -gt 0 ']' ++953+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2023-12-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++953+ jq -r .uuid +953+ UUID=af87a910-5e01-4e30-a465-835d054267d8 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ 200 == \5\0\3 ]] +953+ [[ 200 == \5\0\2 ]] +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.log +1035+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg ++1035+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ DMG=eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++1035+ echo eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg ++1035+ sed s/_/-/g +1035+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2023-12-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-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2023-12-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/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ echo '{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1035+ jq -r .uuid +1035+ UUID=8ddf4150-f0af-4e87-9b82-32d2c5dfc595 ++1035+ echo '{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m +129+ jobs -p 176 198 220 242 265 307 329 371 403 455 497 549 591 653 695 777 829 891 953 1035 +129+ wait ++129+ jobs -p ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ echo '{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ echo '{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++242+ jq -r .notarizationStatus.status +242+ STATUS=IN_PROGRESS +242+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++242+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/status +242+ RESPONSE_RAW='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"4ed8bf6d-ced5-4358-817d-b97bf10faabd\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg\",\n \"uploadDate\": \"2023-11-30T18:50:54.415Z\",\n \"sha256\": \"4175d11a4c12807f5a4b5c648863d1fc4188d7fcb403bd805a1a5d9cea4a3977\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"88875a0ec82ea73c59d0247c8fcf39245610ae26\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3003b95a3c1d3f20a311153fe6d8134f086de9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3003b95a3c1d3f20a311153fe6d8134f086de9f\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++242+ head -n1 +242+ RESPONSE='{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"4ed8bf6d-ced5-4358-817d-b97bf10faabd\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg\",\n \"uploadDate\": \"2023-11-30T18:50:54.415Z\",\n \"sha256\": \"4175d11a4c12807f5a4b5c648863d1fc4188d7fcb403bd805a1a5d9cea4a3977\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"88875a0ec82ea73c59d0247c8fcf39245610ae26\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3003b95a3c1d3f20a311153fe6d8134f086de9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3003b95a3c1d3f20a311153fe6d8134f086de9f\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++242+ tail -n1 +242+ STATUS_CODE=200 ++242+ jq -r .notarizationStatus.status ++242+ echo '{"uuid":"de091f72-90e8-413a-88db-5c94f93c7a75","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"4ed8bf6d-ced5-4358-817d-b97bf10faabd\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:50:54.415Z\",\n' '\"sha256\":' '\"4175d11a4c12807f5a4b5c648863d1fc4188d7fcb403bd805a1a5d9cea4a3977\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"88875a0ec82ea73c59d0247c8fcf39245610ae26\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3003b95a3c1d3f20a311153fe6d8134f086de9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-aarch64-10941949309293861931.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3003b95a3c1d3f20a311153fe6d8134f086de9f\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +242+ STATUS=COMPLETE +242+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +242+ [[ 200 == \5\0\3 ]] +242+ [[ 200 == \5\0\2 ]] +242+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +242+ break +242+ rm eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ curl -JO https://cbi.eclipse.org/macos/xcrun/de091f72-90e8-413a-88db-5c94f93c7a75/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.4M 0 50.4M 0 0 69.5M 0 --:--:-- --:--:-- --:--:-- 69.4M 100 119M 0 119M 0 0 69.5M 0 --:--:-- 0:00:01 --:--:-- 69.5M 100 199M 0 199M 0 0 73.2M 0 --:--:-- 0:00:02 --:--:-- 73.2M 100 280M 0 280M 0 0 75.5M 0 --:--:-- 0:00:03 --:--:-- 75.4M 100 317M 0 317M 0 0 76.5M 0 --:--:-- 0:00:04 --:--:-- 76.5M curl: Saved to filename 'eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg' +242+ cp -vf eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status 'eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg' ++242+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++242+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ b=eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +242+ md5sum eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m +242+ sha1sum eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ sha512sum -b eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg +242+ rm eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +242+ rm -f eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +242+ rm -f eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +242+ rm -f eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++198+ jq -r .notarizationStatus.status +198+ STATUS=IN_PROGRESS +198+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 ++176+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 ++497+ tail -n1 +176+ STATUS_CODE=200 +497+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++198+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/status +198+ RESPONSE_RAW='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"c8817d7a-d651-4035-ac0b-e2d6f10c9383\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg\",\n \"uploadDate\": \"2023-11-30T18:50:35.535Z\",\n \"sha256\": \"828ad68a991016bdb24aff17edfc189f28f35b69769831c3e7fdeed886bbe559\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6b7e73657dad095dd9e9bac1c6173e4ad31c3a71\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bbd11716a4469ed6059409e96997dfef700eb7b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bbd11716a4469ed6059409e96997dfef700eb7b\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++198+ head -n1 +198+ RESPONSE='{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"c8817d7a-d651-4035-ac0b-e2d6f10c9383\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg\",\n \"uploadDate\": \"2023-11-30T18:50:35.535Z\",\n \"sha256\": \"828ad68a991016bdb24aff17edfc189f28f35b69769831c3e7fdeed886bbe559\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6b7e73657dad095dd9e9bac1c6173e4ad31c3a71\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bbd11716a4469ed6059409e96997dfef700eb7b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bbd11716a4469ed6059409e96997dfef700eb7b\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++198+ tail -n1 +198+ STATUS_CODE=200 ++198+ jq -r .notarizationStatus.status ++198+ echo '{"uuid":"c132e77b-d874-4574-bdc4-f1c76d5d1e90","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"c8817d7a-d651-4035-ac0b-e2d6f10c9383\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:50:35.535Z\",\n' '\"sha256\":' '\"828ad68a991016bdb24aff17edfc189f28f35b69769831c3e7fdeed886bbe559\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6b7e73657dad095dd9e9bac1c6173e4ad31c3a71\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bbd11716a4469ed6059409e96997dfef700eb7b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c867b6054ae70abfff6126132526787c74be7cda\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-x86_64-9905169937744094142.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bbd11716a4469ed6059409e96997dfef700eb7b\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +198+ STATUS=COMPLETE +198+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +198+ [[ 200 == \5\0\3 ]] +198+ [[ 200 == \5\0\2 ]] +198+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +198+ break +198+ rm eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ curl -JO https://cbi.eclipse.org/macos/xcrun/c132e77b-d874-4574-bdc4-f1c76d5d1e90/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 75.1M 0 75.1M 0 0 78.9M 0 --:--:-- --:--:-- --:--:-- 78.8M 100 160M 0 160M 0 0 82.3M 0 --:--:-- 0:00:01 --:--:-- 82.3M 100 248M 0 248M 0 0 84.0M 0 --:--:-- 0:00:02 --:--:-- 84.0M 100 332M 0 332M 0 0 84.1M 0 --:--:-- 0:00:03 --:--:-- 84.1M 100 358M 0 358M 0 0 83.7M 0 --:--:-- 0:00:04 --:--:-- 83.7M curl: Saved to filename 'eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg' +198+ cp -vf eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg' ++198+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++198+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ b=eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +198+ md5sum eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ sha1sum eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ sha512sum -b eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg +198+ rm eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +198+ rm -f eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +198+ rm -f eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +198+ rm -f eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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":"45768b44-c7a2-4682-a727-3707d23a86cb","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++695+ jq -r .notarizationStatus.status +695+ STATUS=IN_PROGRESS +695+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++307+ jq -r .notarizationStatus.status +307+ STATUS=IN_PROGRESS +307+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++591+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/status +591+ RESPONSE_RAW='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"9e1be63e-3c56-4231-a73d-7186f25fd969\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:49.591Z\",\n \"sha256\": \"fa0542f73c30274fcb9c0fb4c067aa8a78f9aef485ab32edc435da105ee1de5b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6485cc8119fc407a7ce97a5b8a6f2a8aec5e40b\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1992e77b44d25f584eec43f97ffe93c524978965\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1992e77b44d25f584eec43f97ffe93c524978965\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++591+ head -n1 +591+ RESPONSE='{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"9e1be63e-3c56-4231-a73d-7186f25fd969\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:49.591Z\",\n \"sha256\": \"fa0542f73c30274fcb9c0fb4c067aa8a78f9aef485ab32edc435da105ee1de5b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6485cc8119fc407a7ce97a5b8a6f2a8aec5e40b\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1992e77b44d25f584eec43f97ffe93c524978965\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1992e77b44d25f584eec43f97ffe93c524978965\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++591+ tail -n1 +591+ STATUS_CODE=200 ++591+ jq -r .notarizationStatus.status ++591+ echo '{"uuid":"45768b44-c7a2-4682-a727-3707d23a86cb","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"9e1be63e-3c56-4231-a73d-7186f25fd969\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:49.591Z\",\n' '\"sha256\":' '\"fa0542f73c30274fcb9c0fb4c067aa8a78f9aef485ab32edc435da105ee1de5b\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6485cc8119fc407a7ce97a5b8a6f2a8aec5e40b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1992e77b44d25f584eec43f97ffe93c524978965\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2023-12-R-macosx-cocoa-x86_64-15718362896940840869.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1992e77b44d25f584eec43f97ffe93c524978965\",\n' '\"arch\":' '\"x86_64\"\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-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ curl -JO https://cbi.eclipse.org/macos/xcrun/45768b44-c7a2-4682-a727-3707d23a86cb/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 11.6M 0 11.6M 0 0 69.1M 0 --:--:-- --:--:-- --:--:-- 68.7M 100 82.5M 0 82.5M 0 0 70.7M 0 --:--:-- 0:00:01 --:--:-- 70.6M 100 170M 0 170M 0 0 78.4M 0 --:--:-- 0:00:02 --:--:-- 78.4M++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m 100 264M 0 264M 0 0 83.4M 0 --:--:-- 0:00:03 --:--:-- 83.4M 100 319M 0 319M 0 0 83.9M 0 --:--:-- 0:00:03 --:--:-- 83.8M curl: Saved to filename 'eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg' +591+ cp -vf eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg' ++591+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++591+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ b=eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +591+ md5sum eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg +591+ sha1sum eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m +591+ sha512sum -b eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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+ rm eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +591+ rm -f eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +591+ rm -f eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +591+ rm -f eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++329+ jq -r .notarizationStatus.status +329+ STATUS=IN_PROGRESS +329+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++695+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/status +695+ RESPONSE_RAW='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ad541e7f-f081-4312-9600-261f0b9d4987\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:39.014Z\",\n \"sha256\": \"03b3c1989c3e00884298d8df8cba316b6a703c494e3e82c984bab8e8293f817e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b5b1fdd96569f1ea32cc5f293bfcfb068546df82\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"954079edbc137819ff1a2f27d5aaea0a3ab0355c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"954079edbc137819ff1a2f27d5aaea0a3ab0355c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++695+ head -n1 +695+ RESPONSE='{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ad541e7f-f081-4312-9600-261f0b9d4987\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:39.014Z\",\n \"sha256\": \"03b3c1989c3e00884298d8df8cba316b6a703c494e3e82c984bab8e8293f817e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b5b1fdd96569f1ea32cc5f293bfcfb068546df82\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"954079edbc137819ff1a2f27d5aaea0a3ab0355c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"954079edbc137819ff1a2f27d5aaea0a3ab0355c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++695+ tail -n1 +695+ STATUS_CODE=200 ++695+ jq -r .notarizationStatus.status ++695+ echo '{"uuid":"f4898353-be25-48ad-98f7-9d094cb5c796","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ad541e7f-f081-4312-9600-261f0b9d4987\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:39.014Z\",\n' '\"sha256\":' '\"03b3c1989c3e00884298d8df8cba316b6a703c494e3e82c984bab8e8293f817e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b5b1fdd96569f1ea32cc5f293bfcfb068546df82\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"954079edbc137819ff1a2f27d5aaea0a3ab0355c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-x86_64-5752702456686584423.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"954079edbc137819ff1a2f27d5aaea0a3ab0355c\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +695+ STATUS=COMPLETE +695+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +695+ [[ 200 == \5\0\3 ]] +695+ [[ 200 == \5\0\2 ]] +695+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +695+ break +695+ rm eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ curl -JO https://cbi.eclipse.org/macos/xcrun/f4898353-be25-48ad-98f7-9d094cb5c796/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13.5M 0 13.5M 0 0 31.4M 0 --:--:-- --:--:-- --:--:-- 31.3M 100 100M 0 100M 0 0 70.2M 0 --:--:-- 0:00:01 --:--:-- 70.2M 100 180M 0 180M 0 0 74.0M 0 --:--:-- 0:00:02 --:--:-- 74.0M++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m 100 256M 0 256M 0 0 74.6M 0 --:--:-- 0:00:03 --:--:-- 74.6M 100 331M 0 331M 0 0 74.8M 0 --:--:-- 0:00:04 --:--:-- 74.8M 100 418M 0 418M 0 0 76.9M 0 --:--:-- 0:00:05 --:--:-- 80.8M 100 419M 0 419M 0 0 77.0M 0 --:--:-- 0:00:05 --:--:-- 79.4M curl: Saved to filename 'eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg' +695+ cp -vf eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg' ++695+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++695+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ b=eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +695+ md5sum eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ sha1sum eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ sha512sum -b eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg +695+ rm eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +695+ rm -f eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +695+ rm -f eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +695+ rm -f eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++307+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/status +307+ RESPONSE_RAW='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a1049ed6-e7ec-4df4-a93b-0a94f4eb3995\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:00.491Z\",\n \"sha256\": \"5a8383df0f52c52456d64783456a20b5603ace3f43d46d09937b2f3d7f177fb9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7c765ecffaeacdc3d3ca057d0330784de684fd3d\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cd6fc0ac1ce5f4a2295bec8db29954a4363bdd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cd6fc0ac1ce5f4a2295bec8db29954a4363bdd9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++307+ head -n1 +307+ RESPONSE='{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a1049ed6-e7ec-4df4-a93b-0a94f4eb3995\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:00.491Z\",\n \"sha256\": \"5a8383df0f52c52456d64783456a20b5603ace3f43d46d09937b2f3d7f177fb9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7c765ecffaeacdc3d3ca057d0330784de684fd3d\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cd6fc0ac1ce5f4a2295bec8db29954a4363bdd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5cd6fc0ac1ce5f4a2295bec8db29954a4363bdd9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++307+ tail -n1 +307+ STATUS_CODE=200 ++307+ jq -r .notarizationStatus.status ++307+ echo '{"uuid":"0dced0e8-937e-4e13-96f0-7ae8968ec3f5","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"a1049ed6-e7ec-4df4-a93b-0a94f4eb3995\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:00.491Z\",\n' '\"sha256\":' '\"5a8383df0f52c52456d64783456a20b5603ace3f43d46d09937b2f3d7f177fb9\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7c765ecffaeacdc3d3ca057d0330784de684fd3d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5cd6fc0ac1ce5f4a2295bec8db29954a4363bdd9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c867b6054ae70abfff6126132526787c74be7cda\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64-2447699209499270842.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5cd6fc0ac1ce5f4a2295bec8db29954a4363bdd9\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +307+ STATUS=COMPLETE +307+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +307+ [[ 200 == \5\0\3 ]] +307+ [[ 200 == \5\0\2 ]] +307+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +307+ break +307+ rm eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ curl -JO https://cbi.eclipse.org/macos/xcrun/0dced0e8-937e-4e13-96f0-7ae8968ec3f5/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59.7M 0 59.7M 0 0 83.2M 0 --:--:-- --:--:-- --:--:-- 83.2M++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ jq -r .notarizationStatus.status ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m 100 145M 0 145M 0 0 84.7M 0 --:--:-- 0:00:01 --:--:-- 84.7M++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status 100 224M 0 224M 0 0 82.5M 0 --:--:-- 0:00:02 --:--:-- 82.5M 100 295M 0 295M 0 0 79.3M 0 --:--:-- 0:00:03 --:--:-- 79.3M+777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m 100 371M 0 371M 0 0 78.7M 0 --:--:-- 0:00:04 --:--:-- 78.7M 100 378M 0 378M 0 0 78.6M 0 --:--:-- 0:00:04 --:--:-- 77.8M curl: Saved to filename 'eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg' +307+ cp -vf eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg' ++307+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++307+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ b=eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +307+ md5sum eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ sha1sum eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ sha512sum -b eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg +307+ rm eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +307+ rm -f eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +307+ rm -f eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +307+ rm -f eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 ++329+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/status +329+ RESPONSE_RAW='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a1f0113f-bc92-408b-9330-20fa0ddd1b94\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:10.059Z\",\n \"sha256\": \"4d5402e64dc8ed56631bda05203ba58da08f873f2b29e9d3a381593bb60537db\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf1d317158e9bdd510cd83571bb323308db40141\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38440e0a508f6b8783e2e13118589e7d83b55b44\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38440e0a508f6b8783e2e13118589e7d83b55b44\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++329+ head -n1 +329+ RESPONSE='{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a1f0113f-bc92-408b-9330-20fa0ddd1b94\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:10.059Z\",\n \"sha256\": \"4d5402e64dc8ed56631bda05203ba58da08f873f2b29e9d3a381593bb60537db\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf1d317158e9bdd510cd83571bb323308db40141\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38440e0a508f6b8783e2e13118589e7d83b55b44\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38440e0a508f6b8783e2e13118589e7d83b55b44\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++329+ tail -n1 +329+ STATUS_CODE=200 ++329+ jq -r .notarizationStatus.status ++329+ echo '{"uuid":"0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"a1f0113f-bc92-408b-9330-20fa0ddd1b94\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:10.059Z\",\n' '\"sha256\":' '\"4d5402e64dc8ed56631bda05203ba58da08f873f2b29e9d3a381593bb60537db\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf1d317158e9bdd510cd83571bb323308db40141\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38440e0a508f6b8783e2e13118589e7d83b55b44\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c867b6054ae70abfff6126132526787c74be7cda\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2023-12-R-macosx-cocoa-aarch64-66687947474808390.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38440e0a508f6b8783e2e13118589e7d83b55b44\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +329+ STATUS=COMPLETE +329+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +329+ [[ 200 == \5\0\3 ]] +329+ [[ 200 == \5\0\2 ]] +329+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +329+ break +329+ rm eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ curl -JO https://cbi.eclipse.org/macos/xcrun/0a6804e2-3cfd-4e32-a98c-040ce5dfb3a4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30.7M 0 30.7M 0 0 81.4M 0 --:--:-- --:--:-- --:--:-- 81.2M 100 116M 0 116M 0 0 84.7M 0 --:--:-- 0:00:01 --:--:-- 84.7M 100 206M 0 206M 0 0 86.8M 0 --:--:-- 0:00:02 --:--:-- 86.7M 100 292M 0 292M 0 0 86.4M 0 --:--:-- 0:00:03 --:--:-- 86.4M 100 357M 0 357M 0 0 85.8M 0 --:--:-- 0:00:04 --:--:-- 85.8M curl: Saved to filename 'eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg' +329+ cp -vf eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg' ++329+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++329+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ b=eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +329+ md5sum eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ sha1sum eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 +329+ sha512sum -b eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg +329+ rm eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +329+ rm -f eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +329+ rm -f eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +329+ rm -f eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 ++176+ tail -n1 +176+ STATUS_CODE=200 +497+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status ++497+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++176+ jq -r .notarizationStatus.status +176+ STATUS=IN_PROGRESS +176+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ sleep 1m +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++455+ jq -r .notarizationStatus.status +455+ STATUS=IN_PROGRESS +455+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++176+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/status ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +176+ RESPONSE_RAW='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8662ae86-94a3-4a2a-8f60-f48aa465e3f5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg\",\n \"uploadDate\": \"2023-11-30T18:50:06.647Z\",\n \"sha256\": \"8572b2d280fb51a7ad364db13579db8206666a9d676e94ae077173156bd58ca2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d9b48cf580c2ada6b54670a3113187d5ebb5b67\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a1b5a80ac0594fae01c3990ac11e4fc905663c4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a1b5a80ac0594fae01c3990ac11e4fc905663c4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++176+ head -n1 +176+ RESPONSE='{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8662ae86-94a3-4a2a-8f60-f48aa465e3f5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg\",\n \"uploadDate\": \"2023-11-30T18:50:06.647Z\",\n \"sha256\": \"8572b2d280fb51a7ad364db13579db8206666a9d676e94ae077173156bd58ca2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d9b48cf580c2ada6b54670a3113187d5ebb5b67\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a1b5a80ac0594fae01c3990ac11e4fc905663c4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a1b5a80ac0594fae01c3990ac11e4fc905663c4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++176+ tail -n1 +176+ STATUS_CODE=200 ++176+ jq -r .notarizationStatus.status ++176+ echo '{"uuid":"805e3d0e-7141-4fbd-8129-e89f3b0da806","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"8662ae86-94a3-4a2a-8f60-f48aa465e3f5\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:50:06.647Z\",\n' '\"sha256\":' '\"8572b2d280fb51a7ad364db13579db8206666a9d676e94ae077173156bd58ca2\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7d9b48cf580c2ada6b54670a3113187d5ebb5b67\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8a1b5a80ac0594fae01c3990ac11e4fc905663c4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":'+497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-x86_64-13267144662340788754.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8a1b5a80ac0594fae01c3990ac11e4fc905663c4\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' ++497+ head -n1 +176+ STATUS=COMPLETE +176+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +176+ [[ 200 == \5\0\3 ]] +176+ [[ 200 == \5\0\2 ]] +176+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +176+ break +176+ rm eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +176+ curl -JO https://cbi.eclipse.org/macos/xcrun/805e3d0e-7141-4fbd-8129-e89f3b0da806/download +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m % 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.3M 0 15.3M 0 0 77.3M 0 --:--:-- --:--:-- --:--:-- 76.9M 100 94.0M 0 94.0M 0 0 78.4M 0 --:--:-- 0:00:01 --:--:-- 78.3M 100 168M 0 168M 0 0 76.5M 0 --:--:-- 0:00:02 --:--:-- 76.5M 100 238M 0 238M 0 0 74.5M 0 --:--:-- 0:00:03 --:--:-- 74.4M 100 302M 0 302M 0 0 71.9M 0 --:--:-- 0:00:04 --:--:-- 71.9M++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++371+ jq -r .notarizationStatus.status +371+ STATUS=IN_PROGRESS +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ sleep 1m 100 375M 0 375M 0 0 72.3M 0 --:--:-- 0:00:05 --:--:-- 72.1M 100 428M 0 428M 0 0 69.1M 0 --:--:-- 0:00:06 --:--:-- 66.9M 100 495M 0 495M 0 0 69.9M 0 --:--:-- 0:00:07 --:--:-- 66.9M curl: Saved to filename 'eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg' +176+ cp -vf eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg' ++176+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++176+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ b=eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +176+ md5sum eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ sha1sum eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 +176+ sha512sum -b eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg +176+ rm eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +176+ rm -f eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +176+ rm -f eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +176+ rm -f eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++455+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/status +455+ RESPONSE_RAW='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e78eb5ea-2a4a-464e-8c49-59ffaba03e1a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:10.767Z\",\n \"sha256\": \"a38b844813e1a791d1e0e202ddaf6d9661ba16854d2b842520af241f45057730\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d92e7c22dfd63a5632fbb4884ffb19982f9838f\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8f9f912f003b80ceb0ba8fb3a47ed4769131bd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8f9f912f003b80ceb0ba8fb3a47ed4769131bd9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++455+ head -n1 +455+ RESPONSE='{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e78eb5ea-2a4a-464e-8c49-59ffaba03e1a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:10.767Z\",\n \"sha256\": \"a38b844813e1a791d1e0e202ddaf6d9661ba16854d2b842520af241f45057730\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d92e7c22dfd63a5632fbb4884ffb19982f9838f\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8f9f912f003b80ceb0ba8fb3a47ed4769131bd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8f9f912f003b80ceb0ba8fb3a47ed4769131bd9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++455+ tail -n1 +455+ STATUS_CODE=200 ++455+ jq -r .notarizationStatus.status ++455+ echo '{"uuid":"e21892b1-bf01-4757-9613-402fe696c3a6","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e78eb5ea-2a4a-464e-8c49-59ffaba03e1a\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:10.767Z\",\n' '\"sha256\":' '\"a38b844813e1a791d1e0e202ddaf6d9661ba16854d2b842520af241f45057730\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d92e7c22dfd63a5632fbb4884ffb19982f9838f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8f9f912f003b80ceb0ba8fb3a47ed4769131bd9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-x86_64-18308979286642791999.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8f9f912f003b80ceb0ba8fb3a47ed4769131bd9\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +455+ STATUS=COMPLETE +455+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +455+ [[ 200 == \5\0\3 ]] +455+ [[ 200 == \5\0\2 ]] +455+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +455+ break +455+ rm eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ curl -JO https://cbi.eclipse.org/macos/xcrun/e21892b1-bf01-4757-9613-402fe696c3a6/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29.4M 0 29.4M 0 0 66.2M 0 --:--:-- --:--:-- --:--:-- 66.2M++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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 110M 0 110M 0 0 76.7M 0 --:--:-- 0:00:01 --:--:-- 76.6M 100 188M 0 188M 0 0 64.2M 0 --:--:-- 0:00:02 --:--:-- 64.2M 100 223M 0 223M 0 0 62.3M 0 --:--:-- 0:00:03 --:--:-- 62.3M 100 289M 0 289M 0 0 65.1M 0 --:--:-- 0:00:04 --:--:-- 65.1M 100 370M 0 370M 0 0 68.1M 0 --:--:-- 0:00:05 --:--:-- 68.2M 100 391M 0 391M 0 0 69.3M 0 --:--:-- 0:00:05 --:--:-- 66.7M curl: Saved to filename 'eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg' +455+ cp -vf eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg' ++455+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++455+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ b=eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +455+ md5sum eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ sha1sum eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ sha512sum -b eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg +455+ rm eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +455+ rm -f eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +455+ rm -f eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +455+ rm -f eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/status +371+ RESPONSE_RAW='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d5a6b4d3-dd5e-4ce1-87b3-962178669e6e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg\",\n \"uploadDate\": \"2023-11-30T18:53:52.416Z\",\n \"sha256\": \"bd71c2a7f74258cb92612ab03c9cc03ba17fbd64bfc55c6a73c66057031af835\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c64f7680797ba4231e183a523500bf6b59c307c9\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0efdd555d7eb7a466010b9a7cffa6f021631f8a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0efdd555d7eb7a466010b9a7cffa6f021631f8a8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++371+ head -n1 +371+ RESPONSE='{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d5a6b4d3-dd5e-4ce1-87b3-962178669e6e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg\",\n \"uploadDate\": \"2023-11-30T18:53:52.416Z\",\n \"sha256\": \"bd71c2a7f74258cb92612ab03c9cc03ba17fbd64bfc55c6a73c66057031af835\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c64f7680797ba4231e183a523500bf6b59c307c9\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0efdd555d7eb7a466010b9a7cffa6f021631f8a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0efdd555d7eb7a466010b9a7cffa6f021631f8a8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++371+ tail -n1 +371+ STATUS_CODE=200 ++371+ jq -r .notarizationStatus.status ++371+ echo '{"uuid":"e7c02212-cc1d-4a9c-8c42-c3912267bebe","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d5a6b4d3-dd5e-4ce1-87b3-962178669e6e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:53:52.416Z\",\n' '\"sha256\":' '\"bd71c2a7f74258cb92612ab03c9cc03ba17fbd64bfc55c6a73c66057031af835\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c64f7680797ba4231e183a523500bf6b59c307c9\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0efdd555d7eb7a466010b9a7cffa6f021631f8a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2023-12-R-macosx-cocoa-aarch64-3040619144795159374.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0efdd555d7eb7a466010b9a7cffa6f021631f8a8\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +371+ STATUS=COMPLETE +371+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +371+ [[ 200 == \5\0\3 ]] +371+ [[ 200 == \5\0\2 ]] +371+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +371+ break +371+ rm eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ curl -JO https://cbi.eclipse.org/macos/xcrun/e7c02212-cc1d-4a9c-8c42-c3912267bebe/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29.8M 0 29.8M 0 0 71.3M 0 --:--:-- --:--:-- --:--:-- 71.3M 100 82.4M 0 82.4M 0 0 51.5M 0 --:--:-- 0:00:01 --:--:-- 51.4M 100 154M 0 154M 0 0 63.6M 0 --:--:-- 0:00:02 --:--:-- 63.6M 100 242M 0 242M 0 0 70.8M 0 --:--:-- 0:00:03 --:--:-- 70.8M++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 320M 0 320M 0 0 72.4M 0 --:--:-- 0:00:04 --:--:-- 72.4M 100 390M 0 390M 0 0 74.5M 0 --:--:-- 0:00:05 --:--:-- 74.8M curl: Saved to filename 'eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg' +371+ cp -vf eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg' ++371+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++371+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ b=eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +371+ md5sum eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +371+ sha1sum eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg +371+ sha512sum -b eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +371+ rm eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +371+ rm -f eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +371+ rm -f eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +371+ rm -f eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 ++549+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 ++549+ tail -n1 +549+ STATUS_CODE=200 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status ++549+ jq -r .notarizationStatus.status ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ STATUS=IN_PROGRESS +549+ sleep 1m +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++777+ jq -r .notarizationStatus.status +777+ STATUS=IN_PROGRESS +777+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++953+ jq -r .notarizationStatus.status +953+ STATUS=IN_PROGRESS +953+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++777+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/status +777+ RESPONSE_RAW='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"490d632d-4a9a-4c78-aa87-e08e313d73dd\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:13.333Z\",\n \"sha256\": \"928003adb1a536f4dafa12393a85e11d249cebb744a72c90fcd73ba54aadc8be\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4bdcf0ec52a9e139610d3550ceb3392128a8cc5d\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e534acb15a44c67aab664bb244c758275239646\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e534acb15a44c67aab664bb244c758275239646\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++777+ head -n1 +777+ RESPONSE='{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"490d632d-4a9a-4c78-aa87-e08e313d73dd\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:13.333Z\",\n \"sha256\": \"928003adb1a536f4dafa12393a85e11d249cebb744a72c90fcd73ba54aadc8be\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4bdcf0ec52a9e139610d3550ceb3392128a8cc5d\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e534acb15a44c67aab664bb244c758275239646\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e534acb15a44c67aab664bb244c758275239646\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++777+ tail -n1 +777+ STATUS_CODE=200 ++777+ jq -r .notarizationStatus.status ++777+ echo '{"uuid":"b3de68e6-0556-4687-9b61-da452a5cca7b","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"490d632d-4a9a-4c78-aa87-e08e313d73dd\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:55:13.333Z\",\n' '\"sha256\":' '\"928003adb1a536f4dafa12393a85e11d249cebb744a72c90fcd73ba54aadc8be\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4bdcf0ec52a9e139610d3550ceb3392128a8cc5d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e534acb15a44c67aab664bb244c758275239646\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2023-12-R-macosx-cocoa-aarch64-2956269296440218320.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e534acb15a44c67aab664bb244c758275239646\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +777+ STATUS=COMPLETE +777+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +777+ [[ 200 == \5\0\3 ]] +777+ [[ 200 == \5\0\2 ]] +777+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +777+ break +777+ rm eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ curl -JO https://cbi.eclipse.org/macos/xcrun/b3de68e6-0556-4687-9b61-da452a5cca7b/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 20.2M 0 20.2M 0 0 75.6M 0 --:--:-- --:--:-- --:--:-- 75.3M 100 101M 0 101M 0 0 80.2M 0 --:--:-- 0:00:01 --:--:-- 80.1M 100 189M 0 189M 0 0 83.6M 0 --:--:-- 0:00:02 --:--:-- 83.6M 100 277M 0 277M 0 0 84.7M 0 --:--:-- 0:00:03 --:--:-- 84.7M 100 369M 0 369M 0 0 86.3M 0 --:--:-- 0:00:04 --:--:-- 86.3M 100 418M 0 418M 0 0 86.7M 0 --:--:-- 0:00:04 --:--:-- 87.4M curl: Saved to filename 'eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg' +777+ cp -vf eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg' ++777+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++777+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ b=eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +777+ md5sum eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ sha1sum eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m +777+ sha512sum -b eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg +777+ rm eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +777+ rm -f eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +777+ rm -f eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +777+ rm -f eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","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/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++549+ tail -n1 +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' +549+ STATUS_CODE=200 ++265+ head -n1 ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++549+ jq -r .notarizationStatus.status +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +549+ STATUS=IN_PROGRESS +549+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ sleep 1m ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++953+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/status +953+ RESPONSE_RAW='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7873e99e-cfbd-4974-aa07-e4953e7f6b32\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:56.767Z\",\n \"sha256\": \"0b705999c9fd2910301b14b5f1044c90d5c32258c9c2a94ced59f5c8b05132f9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"577211a4fe5bd15d5be0357481573a0fe15e4cc4\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2477bc106f203947b421842c2d1c5939e93d2dca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2477bc106f203947b421842c2d1c5939e93d2dca\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++953+ head -n1 +953+ RESPONSE='{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7873e99e-cfbd-4974-aa07-e4953e7f6b32\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:56.767Z\",\n \"sha256\": \"0b705999c9fd2910301b14b5f1044c90d5c32258c9c2a94ced59f5c8b05132f9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"577211a4fe5bd15d5be0357481573a0fe15e4cc4\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2477bc106f203947b421842c2d1c5939e93d2dca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2477bc106f203947b421842c2d1c5939e93d2dca\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++953+ tail -n1 +953+ STATUS_CODE=200 ++953+ jq -r .notarizationStatus.status ++953+ echo '{"uuid":"af87a910-5e01-4e30-a465-835d054267d8","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"7873e99e-cfbd-4974-aa07-e4953e7f6b32\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:55:56.767Z\",\n' '\"sha256\":' '\"0b705999c9fd2910301b14b5f1044c90d5c32258c9c2a94ced59f5c8b05132f9\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"577211a4fe5bd15d5be0357481573a0fe15e4cc4\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2477bc106f203947b421842c2d1c5939e93d2dca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-x86_64-6408311551514522355.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2477bc106f203947b421842c2d1c5939e93d2dca\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +953+ STATUS=COMPLETE +953+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +953+ [[ 200 == \5\0\3 ]] +953+ [[ 200 == \5\0\2 ]] +953+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +953+ break +953+ rm eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +953+ curl -JO https://cbi.eclipse.org/macos/xcrun/af87a910-5e01-4e30-a465-835d054267d8/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59.1M 0 59.1M 0 0 69.6M 0 --:--:-- --:--:-- --:--:-- 69.5M 100 122M 0 122M 0 0 66.2M 0 --:--:-- 0:00:01 --:--:-- 66.1M++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m 100 193M 0 193M 0 0 67.7M 0 --:--:-- 0:00:02 --:--:-- 67.7M 100 280M 0 280M 0 0 72.8M 0 --:--:-- 0:00:03 --:--:-- 72.8M 100 363M 0 363M 0 0 75.0M 0 --:--:-- 0:00:04 --:--:-- 75.0M 100 436M 0 436M 0 0 74.6M 0 --:--:-- 0:00:05 --:--:-- 75.5M 100 477M 0 477M 0 0 70.1M 0 --:--:-- 0:00:06 --:--:-- 71.6M curl: Saved to filename 'eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg' +953+ cp -vf eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg' ++953+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +953+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++953+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +953+ b=eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg +953+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +953+ md5sum eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++1035+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/status +1035+ RESPONSE_RAW='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d074d5ae-0d31-456f-b92d-09e49e91f063\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:54.488Z\",\n \"sha256\": \"1123b3d151826d440c3f850c237a3bc65ccbfce94bf328b7b7d6146db721d33a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75426536a8123c3bec2faecf2a8668d1865f211\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cce5c1ff14e91265e23c012059c80a9a2fb5b8ff\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cce5c1ff14e91265e23c012059c80a9a2fb5b8ff\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1035+ head -n1 +1035+ RESPONSE='{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d074d5ae-0d31-456f-b92d-09e49e91f063\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:54.488Z\",\n \"sha256\": \"1123b3d151826d440c3f850c237a3bc65ccbfce94bf328b7b7d6146db721d33a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75426536a8123c3bec2faecf2a8668d1865f211\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cce5c1ff14e91265e23c012059c80a9a2fb5b8ff\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cce5c1ff14e91265e23c012059c80a9a2fb5b8ff\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1035+ tail -n1 +1035+ STATUS_CODE=200 ++1035+ jq -r .notarizationStatus.status ++1035+ echo '{"uuid":"8ddf4150-f0af-4e87-9b82-32d2c5dfc595","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d074d5ae-0d31-456f-b92d-09e49e91f063\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:55:54.488Z\",\n' '\"sha256\":' '\"1123b3d151826d440c3f850c237a3bc65ccbfce94bf328b7b7d6146db721d33a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75426536a8123c3bec2faecf2a8668d1865f211\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cce5c1ff14e91265e23c012059c80a9a2fb5b8ff\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c867b6054ae70abfff6126132526787c74be7cda\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64-839644874882024419.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cce5c1ff14e91265e23c012059c80a9a2fb5b8ff\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\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-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ curl -JO https://cbi.eclipse.org/macos/xcrun/8ddf4150-f0af-4e87-9b82-32d2c5dfc595/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46.9M 0 46.9M 0 0 74.6M 0 --:--:-- --:--:-- --:--:-- 74.5M 100 130M 0 130M 0 0 80.1M 0 --:--:-- 0:00:01 --:--:-- 80.1M+953+ sha1sum eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg 100 211M 0 211M 0 0 80.5M 0 --:--:-- 0:00:02 --:--:-- 80.5M+953+ sha512sum -b eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg 100 299M 0 299M 0 0 82.4M 0 --:--:-- 0:00:03 --:--:-- 82.4M 100 377M 0 377M 0 0 83.4M 0 --:--:-- 0:00:04 --:--:-- 83.4M curl: Saved to filename 'eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg' +1035+ cp -vf eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +953+ rm eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +953+ rm -f eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +953+ rm -f eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +953+ rm -f eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 'eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg' ++1035+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1035+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ b=eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1035+ md5sum eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ sha1sum eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ sha512sum -b eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg +1035+ rm eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +1035+ rm -f eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +1035+ rm -f eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +1035+ rm -f eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++549+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/status ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +549+ RESPONSE_RAW='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"c666045a-05ae-47fe-aae7-fcc1e9de0bfb\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:54.759Z\",\n \"sha256\": \"f3ed02fafc625d716e98e5fac6a7721075845c7164d0749ce4de22cf343f6893\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"14c9b426d07608c852feec7020b1608f89b98cad\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"159ab0a9abf52a1d7aa9d69222db2dce836945fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"159ab0a9abf52a1d7aa9d69222db2dce836945fa\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++549+ head -n1 +549+ RESPONSE='{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"c666045a-05ae-47fe-aae7-fcc1e9de0bfb\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:54.759Z\",\n \"sha256\": \"f3ed02fafc625d716e98e5fac6a7721075845c7164d0749ce4de22cf343f6893\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"14c9b426d07608c852feec7020b1608f89b98cad\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"159ab0a9abf52a1d7aa9d69222db2dce836945fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"159ab0a9abf52a1d7aa9d69222db2dce836945fa\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++549+ tail -n1 +549+ STATUS_CODE=200 ++549+ jq -r .notarizationStatus.status ++549+ echo '{"uuid":"5348bd6f-d7ca-448d-bca4-47b9942c3296","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"c666045a-05ae-47fe-aae7-fcc1e9de0bfb\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:54.759Z\",\n' '\"sha256\":' '\"f3ed02fafc625d716e98e5fac6a7721075845c7164d0749ce4de22cf343f6893\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"14c9b426d07608c852feec7020b1608f89b98cad\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"159ab0a9abf52a1d7aa9d69222db2dce836945fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c867b6054ae70abfff6126132526787c74be7cda\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-aarch64-9838376824762553682.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"159ab0a9abf52a1d7aa9d69222db2dce836945fa\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +549+ STATUS=COMPLETE +549+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +549+ [[ 200 == \5\0\3 ]] +549+ [[ 200 == \5\0\2 ]] +549+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +549+ break +549+ rm eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m +549+ curl -JO https://cbi.eclipse.org/macos/xcrun/5348bd6f-d7ca-448d-bca4-47b9942c3296/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.9M 0 19.9M 0 0 69.7M 0 --:--:-- --:--:-- --:--:-- 69.5M 100 90.1M 0 90.1M 0 0 71.3M 0 --:--:-- 0:00:01 --:--:-- 71.2M 100 167M 0 167M 0 0 73.8M 0 --:--:-- 0:00:02 --:--:-- 73.7M 100 231M 0 231M 0 0 70.9M 0 --:--:-- 0:00:03 --:--:-- 70.8M 100 312M 0 312M 0 0 73.3M 0 --:--:-- 0:00:04 --:--:-- 73.2M 100 385M 0 385M 0 0 73.2M 0 --:--:-- 0:00:05 --:--:-- 73.4M 100 391M 0 391M 0 0 73.2M 0 --:--:-- 0:00:05 --:--:-- 73.7M curl: Saved to filename 'eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg' +549+ cp -vf eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg' ++549+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++549+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ b=eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +549+ md5sum eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +549+ sha1sum eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +549+ sha512sum -b eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m +549+ rm eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +549+ rm -f eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +549+ rm -f eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +549+ rm -f eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","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 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++497+ jq -r .notarizationStatus.status +497+ STATUS=IN_PROGRESS +497+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++829+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/status +829+ RESPONSE_RAW='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"60bf7bb9-d6e4-4bb6-8f62-cd08942f0db8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:20.988Z\",\n \"sha256\": \"c0a6016c94478b7457499ea5ffdb55b1bc251a12bab7d0d995abec25dc4f3aa8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c893b27a8688970673716bca0b43336af476492\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7aa95eef5dafecbfcfe6a70fb24c2387e9af29ec\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7aa95eef5dafecbfcfe6a70fb24c2387e9af29ec\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++829+ head -n1 +829+ RESPONSE='{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"60bf7bb9-d6e4-4bb6-8f62-cd08942f0db8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:20.988Z\",\n \"sha256\": \"c0a6016c94478b7457499ea5ffdb55b1bc251a12bab7d0d995abec25dc4f3aa8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c893b27a8688970673716bca0b43336af476492\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7aa95eef5dafecbfcfe6a70fb24c2387e9af29ec\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c867b6054ae70abfff6126132526787c74be7cda\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7aa95eef5dafecbfcfe6a70fb24c2387e9af29ec\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++829+ tail -n1 +829+ STATUS_CODE=200 ++829+ jq -r .notarizationStatus.status ++829+ echo '{"uuid":"f531544e-2ce2-4bbb-84c5-95f281cbbba5","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"60bf7bb9-d6e4-4bb6-8f62-cd08942f0db8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:55:20.988Z\",\n' '\"sha256\":' '\"c0a6016c94478b7457499ea5ffdb55b1bc251a12bab7d0d995abec25dc4f3aa8\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c893b27a8688970673716bca0b43336af476492\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7aa95eef5dafecbfcfe6a70fb24c2387e9af29ec\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c867b6054ae70abfff6126132526787c74be7cda\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.4.0.202311271618.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fc5d84582b628f93265417fd9910f5caa4b8bb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2023-12-R-macosx-cocoa-x86_64-2220751863087478208.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7aa95eef5dafecbfcfe6a70fb24c2387e9af29ec\",\n' '\"arch\":' '\"x86_64\"\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-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ curl -JO https://cbi.eclipse.org/macos/xcrun/f531544e-2ce2-4bbb-84c5-95f281cbbba5/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31.1M 0 31.1M 0 0 41.8M 0 --:--:-- --:--:-- --:--:-- 41.8M 100 73.1M 0 73.1M 0 0 42.0M 0 --:--:-- 0:00:01 --:--:-- 42.0M 100 121M 0 121M 0 0 44.5M 0 --:--:-- 0:00:02 --:--:-- 44.5M 100 183M 0 183M 0 0 48.9M 0 --:--:-- 0:00:03 --:--:-- 48.9M 100 266M 0 266M 0 0 56.2M 0 --:--:-- 0:00:04 --:--:-- 56.2M 100 345M 0 345M 0 0 60.2M 0 --:--:-- 0:00:05 --:--:-- 63.0M++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m 100 394M 0 394M 0 0 61.6M 0 --:--:-- 0:00:06 --:--:-- 69.0M curl: Saved to filename 'eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg' +829+ cp -vf eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg' ++829+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++829+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ b=eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +829+ md5sum eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ sha1sum eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ sha512sum -b eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg +829+ rm eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +829+ rm -f eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +829+ rm -f eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +829+ rm -f eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++497+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/status +497+ RESPONSE_RAW='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"61278373-b0b2-45b1-b960-b6474ee09970\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:22.451Z\",\n \"sha256\": \"2c92e142280c5e45b35914cae49c9f84a5e70503f84e290151412898f40d8df2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee4bb401682d860e83cedcc597ca543889de4707\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce64227adbb0e3a1feb7925c1ddf986e61ff6d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce64227adbb0e3a1feb7925c1ddf986e61ff6d9e\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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' ++497+ head -n1 +497+ RESPONSE='{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"61278373-b0b2-45b1-b960-b6474ee09970\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:22.451Z\",\n \"sha256\": \"2c92e142280c5e45b35914cae49c9f84a5e70503f84e290151412898f40d8df2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee4bb401682d860e83cedcc597ca543889de4707\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce64227adbb0e3a1feb7925c1ddf986e61ff6d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce64227adbb0e3a1feb7925c1ddf986e61ff6d9e\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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"}}' ++497+ tail -n1 +497+ STATUS_CODE=200 ++497+ jq -r .notarizationStatus.status ++497+ echo '{"uuid":"ed3ca35e-2f96-4a92-ab09-09e84ac4a099","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"61278373-b0b2-45b1-b960-b6474ee09970\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:22.451Z\",\n' '\"sha256\":' '\"2c92e142280c5e45b35914cae49c9f84a5e70503f84e290151412898f40d8df2\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee4bb401682d860e83cedcc597ca543889de4707\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce64227adbb0e3a1feb7925c1ddf986e61ff6d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce64227adbb0e3a1feb7925c1ddf986e61ff6d9e\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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-2023-12-R-macosx-cocoa-aarch64-18237153515352097990.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"}}' +497+ STATUS=COMPLETE +497+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +497+ [[ 200 == \5\0\3 ]] +497+ [[ 200 == \5\0\2 ]] +497+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +497+ break +497+ rm eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ curl -JO https://cbi.eclipse.org/macos/xcrun/ed3ca35e-2f96-4a92-ab09-09e84ac4a099/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.3M 0 68.3M 0 0 73.1M 0 --:--:-- --:--:-- --:--:-- 73.0M 100 149M 0 149M 0 0 77.3M 0 --:--:-- 0:00:01 --:--:-- 77.3M 100 238M 0 238M 0 0 81.1M 0 --:--:-- 0:00:02 --:--:-- 81.1M 100 317M 0 317M 0 0 80.6M 0 --:--:-- 0:00:03 --:--:-- 80.6M 100 405M 0 405M 0 0 82.2M 0 --:--:-- 0:00:04 --:--:-- 82.2M 100 466M 0 466M 0 0 78.6M 0 --:--:-- 0:00:05 --:--:-- 79.6M 100 521M 0 521M 0 0 78.8M 0 --:--:-- 0:00:06 --:--:-- 79.3M curl: Saved to filename 'eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg' +497+ cp -vf eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg' ++497+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++497+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ b=eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +497+ md5sum eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +497+ sha1sum eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 +497+ sha512sum -b eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg +497+ rm eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +497+ rm -f eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +497+ rm -f eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +497+ rm -f eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++265+ jq -r .notarizationStatus.status +265+ STATUS=IN_PROGRESS +265+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ sleep 1m ++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++403+ jq -r .notarizationStatus.status +403+ STATUS=IN_PROGRESS +403+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++265+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/status +265+ RESPONSE_RAW='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"07e61cd1-2ab7-4d08-acb0-f782733c3b53\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg\",\n \"uploadDate\": \"2023-11-30T18:53:43.942Z\",\n \"sha256\": \"c448566eb32175466adabadc7e0ed193da15c4aca9e2ef554ec2b3b0e7dc141b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cde292cd7833b8b3753bb43c04d2cef622ec5ddd\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ef900af527c82e5c10347a1e68960f3a83ff63\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ef900af527c82e5c10347a1e68960f3a83ff63\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++265+ head -n1 +265+ RESPONSE='{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"07e61cd1-2ab7-4d08-acb0-f782733c3b53\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg\",\n \"uploadDate\": \"2023-11-30T18:53:43.942Z\",\n \"sha256\": \"c448566eb32175466adabadc7e0ed193da15c4aca9e2ef554ec2b3b0e7dc141b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cde292cd7833b8b3753bb43c04d2cef622ec5ddd\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ef900af527c82e5c10347a1e68960f3a83ff63\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ef900af527c82e5c10347a1e68960f3a83ff63\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++265+ tail -n1 +265+ STATUS_CODE=200 ++265+ jq -r .notarizationStatus.status ++265+ echo '{"uuid":"80bc6404-9ca3-4b91-9666-faf5b8b70cc8","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"07e61cd1-2ab7-4d08-acb0-f782733c3b53\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:53:43.942Z\",\n' '\"sha256\":' '\"c448566eb32175466adabadc7e0ed193da15c4aca9e2ef554ec2b3b0e7dc141b\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cde292cd7833b8b3753bb43c04d2cef622ec5ddd\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27ef900af527c82e5c10347a1e68960f3a83ff63\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2023-12-R-macosx-cocoa-aarch64-4348750085202503546.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27ef900af527c82e5c10347a1e68960f3a83ff63\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +265+ STATUS=COMPLETE +265+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +265+ [[ 200 == \5\0\3 ]] +265+ [[ 200 == \5\0\2 ]] +265+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +265+ break +265+ rm eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ curl -JO https://cbi.eclipse.org/macos/xcrun/80bc6404-9ca3-4b91-9666-faf5b8b70cc8/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13.9M 0 13.9M 0 0 41.0M 0 --:--:-- --:--:-- --:--:-- 40.9M 100 36.9M 0 36.9M 0 0 27.5M 0 --:--:-- 0:00:01 --:--:-- 27.5M 100 77.9M 0 77.9M 0 0 33.2M 0 --:--:-- 0:00:02 --:--:-- 33.2M 100 109M 0 109M 0 0 32.7M 0 --:--:-- 0:00:03 --:--:-- 32.7M 100 129M 0 129M 0 0 28.9M 0 --:--:-- 0:00:04 --:--:-- 28.8M 100 154M 0 154M 0 0 28.8M 0 --:--:-- 0:00:05 --:--:-- 28.0M 100 195M 0 195M 0 0 30.8M 0 --:--:-- 0:00:06 --:--:-- 31.7M 100 249M 0 249M 0 0 33.9M 0 --:--:-- 0:00:07 --:--:-- 34.3M 100 296M 0 296M 0 0 35.4M 0 --:--:-- 0:00:08 --:--:-- 37.2M 100 345M 0 345M 0 0 36.9M 0 --:--:-- 0:00:09 --:--:-- 44.3M 100 399M 0 399M 0 0 38.6M 0 --:--:-- 0:00:10 --:--:-- 49.0M++403+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/status +403+ RESPONSE_RAW='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0f2a1e9c-d8a6-4787-a180-63115ed9c851\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:24.066Z\",\n \"sha256\": \"3f9dcd83b03123fb888d0fc647cb41f6026eaedd1c591d4cd85c3c1ae1c06417\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca37e481a57f20354e28f36a8775d3aecbcce06e\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefa90d5c7e50a63d0986a1818588a5a62a3ad95\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefa90d5c7e50a63d0986a1818588a5a62a3ad95\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++403+ head -n1 +403+ RESPONSE='{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0f2a1e9c-d8a6-4787-a180-63115ed9c851\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:24.066Z\",\n \"sha256\": \"3f9dcd83b03123fb888d0fc647cb41f6026eaedd1c591d4cd85c3c1ae1c06417\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca37e481a57f20354e28f36a8775d3aecbcce06e\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefa90d5c7e50a63d0986a1818588a5a62a3ad95\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefa90d5c7e50a63d0986a1818588a5a62a3ad95\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++403+ tail -n1 +403+ STATUS_CODE=200 ++403+ jq -r .notarizationStatus.status ++403+ echo '{"uuid":"947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"0f2a1e9c-d8a6-4787-a180-63115ed9c851\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:24.066Z\",\n' '\"sha256\":' '\"3f9dcd83b03123fb888d0fc647cb41f6026eaedd1c591d4cd85c3c1ae1c06417\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca37e481a57f20354e28f36a8775d3aecbcce06e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefa90d5c7e50a63d0986a1818588a5a62a3ad95\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2023-12-R-macosx-cocoa-aarch64-1348649124810514690.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefa90d5c7e50a63d0986a1818588a5a62a3ad95\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +403+ STATUS=COMPLETE +403+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +403+ [[ 200 == \5\0\3 ]] +403+ [[ 200 == \5\0\2 ]] +403+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +403+ break +403+ rm eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ curl -JO https://cbi.eclipse.org/macos/xcrun/947ef2f4-e739-4dd9-9cf4-e62e9fe4ce26/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 440M 0 440M 0 0 38.8M 0 --:--:-- 0:00:11 --:--:-- 49.0M 100 43.6M 0 43.6M 0 0 55.5M 0 --:--:-- --:--:-- --:--:-- 55.4M 100 476M 0 476M 0 0 38.6M 0 --:--:-- 0:00:12 --:--:-- 45.5M 100 107M 0 107M 0 0 60.0M 0 --:--:-- 0:00:01 --:--:-- 59.9M 100 492M 0 492M 0 0 38.9M 0 --:--:-- 0:00:12 --:--:-- 45.6M curl: Saved to filename 'eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg' +265+ cp -vf eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg' ++265+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++265+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ b=eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +265+ md5sum eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg 100 180M 0 180M 0 0 64.8M 0 --:--:-- 0:00:02 --:--:-- 64.8M 100 263M 0 263M 0 0 69.5M 0 --:--:-- 0:00:03 --:--:-- 69.5M 100 349M 0 349M 0 0 73.0M 0 --:--:-- 0:00:04 --:--:-- 72.9M 100 441M 0 441M 0 0 76.3M 0 --:--:-- 0:00:05 --:--:-- 79.6M 100 476M 0 476M 0 0 77.2M 0 --:--:-- 0:00:06 --:--:-- 84.3M curl: Saved to filename 'eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg' +403+ cp -vf eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +265+ sha1sum eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg +265+ sha512sum -b eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +265+ rm eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +265+ rm -f eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +265+ rm -f eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +265+ rm -f eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 'eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg' ++403+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++403+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ b=eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +403+ md5sum eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +403+ sha1sum eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m +403+ sha512sum -b eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg +403+ rm eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +403+ rm -f eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +403+ rm -f eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +403+ rm -f eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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":"7931fc20-cc52-458f-b36a-37ef6264972d","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 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++891+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/status +891+ RESPONSE_RAW='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ee48c2f9-e786-4cd6-b363-9a973d8b92c7\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:33.689Z\",\n \"sha256\": \"f05340f4779c5f904bebf6152af3673cf2237329f7cb8419485a349c96fb18e6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662e0ff06f16515d146bad3f9ecdd8f615d6c479\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a36c1aff88bc4202b5d71e268369821552bb8b17\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a36c1aff88bc4202b5d71e268369821552bb8b17\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++891+ head -n1 +891+ RESPONSE='{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ee48c2f9-e786-4cd6-b363-9a973d8b92c7\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg\",\n \"uploadDate\": \"2023-11-30T18:55:33.689Z\",\n \"sha256\": \"f05340f4779c5f904bebf6152af3673cf2237329f7cb8419485a349c96fb18e6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662e0ff06f16515d146bad3f9ecdd8f615d6c479\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a36c1aff88bc4202b5d71e268369821552bb8b17\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a36c1aff88bc4202b5d71e268369821552bb8b17\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++891+ tail -n1 +891+ STATUS_CODE=200 ++891+ jq -r .notarizationStatus.status ++891+ echo '{"uuid":"7931fc20-cc52-458f-b36a-37ef6264972d","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ee48c2f9-e786-4cd6-b363-9a973d8b92c7\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:55:33.689Z\",\n' '\"sha256\":' '\"f05340f4779c5f904bebf6152af3673cf2237329f7cb8419485a349c96fb18e6\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662e0ff06f16515d146bad3f9ecdd8f615d6c479\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a36c1aff88bc4202b5d71e268369821552bb8b17\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-x86_64-8510481640369256731.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a36c1aff88bc4202b5d71e268369821552bb8b17\",\n' '\"arch\":' '\"x86_64\"\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-2023-12-R-macosx-cocoa-x86_64.dmg +891+ curl -JO https://cbi.eclipse.org/macos/xcrun/7931fc20-cc52-458f-b36a-37ef6264972d/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62.0M 0 62.0M 0 0 75.6M 0 --:--:-- --:--:-- --:--:-- 75.6M 100 144M 0 144M 0 0 79.4M 0 --:--:-- 0:00:01 --:--:-- 79.4M 100 220M 0 220M 0 0 78.1M 0 --:--:-- 0:00:02 --:--:-- 78.1M 100 306M 0 306M 0 0 80.3M 0 --:--:-- 0:00:03 --:--:-- 80.3M 100 389M 0 389M 0 0 80.8M 0 --:--:-- 0:00:04 --:--:-- 80.8M 100 453M 0 453M 0 0 77.9M 0 --:--:-- 0:00:05 --:--:-- 78.3M 100 539M 0 539M 0 0 79.1M 0 --:--:-- 0:00:06 --:--:-- 78.9M 100 584M 0 584M 0 0 79.1M 0 --:--:-- 0:00:07 --:--:-- 79.8M curl: Saved to filename 'eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg' +891+ cp -vf eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg' ++891+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++891+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ b=eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +891+ md5sum eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ sha1sum eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ sha512sum -b eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg +891+ rm eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +891+ rm -f eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +891+ rm -f eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +891+ rm -f eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++653+ jq -r .notarizationStatus.status +653+ STATUS=IN_PROGRESS +653+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++653+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/status +653+ RESPONSE_RAW='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3133df72-89f9-4ecd-91e3-0db9107d5352\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:42.568Z\",\n \"sha256\": \"b9ec477c961f6e99b5cca08c7bbe7989297939c2cea0b89fbe4272ebb521e815\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0b56e0933f9cdfa54f3d67b8c826e1d6629bfa6\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e4321c36c1af54a2efa52c662013fc7c2ccdec\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e4321c36c1af54a2efa52c662013fc7c2ccdec\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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' ++653+ head -n1 +653+ RESPONSE='{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3133df72-89f9-4ecd-91e3-0db9107d5352\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:42.568Z\",\n \"sha256\": \"b9ec477c961f6e99b5cca08c7bbe7989297939c2cea0b89fbe4272ebb521e815\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0b56e0933f9cdfa54f3d67b8c826e1d6629bfa6\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e4321c36c1af54a2efa52c662013fc7c2ccdec\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e4321c36c1af54a2efa52c662013fc7c2ccdec\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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"}}' ++653+ tail -n1 +653+ STATUS_CODE=200 ++653+ jq -r .notarizationStatus.status ++653+ echo '{"uuid":"bf23467c-b6aa-4dca-829e-6fd0166d2ae3","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"3133df72-89f9-4ecd-91e3-0db9107d5352\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:42.568Z\",\n' '\"sha256\":' '\"b9ec477c961f6e99b5cca08c7bbe7989297939c2cea0b89fbe4272ebb521e815\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0b56e0933f9cdfa54f3d67b8c826e1d6629bfa6\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c7e4321c36c1af54a2efa52c662013fc7c2ccdec\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fd8699da6fb0225d043edbf4fb15760f8637459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5dcee60c8ff1ebcff921568b4414914e5e6f594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0538fcd19cc47ed137ad4a12a44aea769c55acfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c7e4321c36c1af54a2efa52c662013fc7c2ccdec\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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-2023-12-R-macosx-cocoa-x86_64-7602719102716379084.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"}}' +653+ STATUS=COMPLETE +653+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +653+ [[ 200 == \5\0\3 ]] +653+ [[ 200 == \5\0\2 ]] +653+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +653+ break +653+ rm eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ curl -JO https://cbi.eclipse.org/macos/xcrun/bf23467c-b6aa-4dca-829e-6fd0166d2ae3/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 72.1M 0 --:--:-- --:--:-- --:--:-- 71.8M 100 110M 0 110M 0 0 87.1M 0 --:--:-- 0:00:01 --:--:-- 87.1M 100 166M 0 166M 0 0 73.4M 0 --:--:-- 0:00:02 --:--:-- 73.4M 100 234M 0 234M 0 0 71.8M 0 --:--:-- 0:00:03 --:--:-- 71.8M 100 313M 0 313M 0 0 73.5M 0 --:--:-- 0:00:04 --:--:-- 73.5M 100 392M 0 392M 0 0 74.6M 0 --:--:-- 0:00:05 --:--:-- 74.7M 100 449M 0 449M 0 0 71.7M 0 --:--:-- 0:00:06 --:--:-- 67.8M 100 506M 0 506M 0 0 69.6M 0 --:--:-- 0:00:07 --:--:-- 67.9M 100 524M 0 524M 0 0 69.3M 0 --:--:-- 0:00:07 --:--:-- 67.4M curl: Saved to filename 'eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg' +653+ cp -vf eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg 'eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg' ++653+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++653+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ b=eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +653+ md5sum eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ sha1sum eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ sha512sum -b eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg +653+ rm eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize +653+ rm -f eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +653+ rm -f eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +653+ rm -f eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++220+ jq -r .notarizationStatus.status +220+ STATUS=IN_PROGRESS +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ sleep 1m ++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/status +220+ RESPONSE_RAW='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e150ef17-2659-44ad-8904-4af9a26658f1\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:20.976Z\",\n \"sha256\": \"c57a4c6ade97681ca9d5876ccc7177b15343da6e185df379b73a8cff9280a655\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37e09b6347ee0737caf01d25ea64ad2b90f3efc5\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4acb44f1a6c6cbf478b870675faa46343044d9bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4acb44f1a6c6cbf478b870675faa46343044d9bf\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++220+ head -n1 +220+ RESPONSE='{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e150ef17-2659-44ad-8904-4af9a26658f1\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg\",\n \"uploadDate\": \"2023-11-30T18:54:20.976Z\",\n \"sha256\": \"c57a4c6ade97681ca9d5876ccc7177b15343da6e185df379b73a8cff9280a655\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37e09b6347ee0737caf01d25ea64ad2b90f3efc5\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4acb44f1a6c6cbf478b870675faa46343044d9bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"584d7b6f35485286090325c7f79940cb94897522\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96ef07b6510bc7558e10df60688c451a410755cb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04ccdb6effefd2b561cde63259633450c4528b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f9effc3c5964e012f454437505bf659fd74c214\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97aabe443b8b91096d9ede30260cdc78bde752df\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4acb44f1a6c6cbf478b870675faa46343044d9bf\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++220+ tail -n1 +220+ STATUS_CODE=200 ++220+ jq -r .notarizationStatus.status ++220+ echo '{"uuid":"4b881fa1-cf74-436b-b3f0-95170f02684c","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e150ef17-2659-44ad-8904-4af9a26658f1\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg\",\n' '\"uploadDate\":' '\"2023-11-30T18:54:20.976Z\",\n' '\"sha256\":' '\"c57a4c6ade97681ca9d5876ccc7177b15343da6e185df379b73a8cff9280a655\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37e09b6347ee0737caf01d25ea64ad2b90f3efc5\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4acb44f1a6c6cbf478b870675faa46343044d9bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.30.0.20231130-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"584d7b6f35485286090325c7f79940cb94897522\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96ef07b6510bc7558e10df60688c451a410755cb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04ccdb6effefd2b561cde63259633450c4528b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.4.0.202311271618.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"357a9b9752dd1632ab220c6dbf4c6a81ccb31802\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.100.v20231012-1230.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f9effc3c5964e012f454437505bf659fd74c214\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-awt-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d46c46ea538a40039de07e84f708d8cf93670b1c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.200.v20231113-1355.jar/libswt-pi-cocoa-4963r5.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be2a4f8dd224c3e9d814c8bb823ef4ac1ce8356c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97aabe443b8b91096d9ede30260cdc78bde752df\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.13.0.v20230812-1000/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11cf0e8ee15bff33baacb0fa717ae0507645453c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2023-12-R-macosx-cocoa-aarch64-6999649383105541679.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4acb44f1a6c6cbf478b870675faa46343044d9bf\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +220+ STATUS=COMPLETE +220+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +220+ [[ 200 == \5\0\3 ]] +220+ [[ 200 == \5\0\2 ]] +220+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +220+ break +220+ rm eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ curl -JO https://cbi.eclipse.org/macos/xcrun/4b881fa1-cf74-436b-b3f0-95170f02684c/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 21.7M 0 21.7M 0 0 60.6M 0 --:--:-- --:--:-- --:--:-- 60.4M 100 102M 0 102M 0 0 75.7M 0 --:--:-- 0:00:01 --:--:-- 75.7M 100 156M 0 156M 0 0 65.9M 0 --:--:-- 0:00:02 --:--:-- 65.9M 100 193M 0 193M 0 0 57.5M 0 --:--:-- 0:00:03 --:--:-- 57.5M 100 274M 0 274M 0 0 63.1M 0 --:--:-- 0:00:04 --:--:-- 63.0M 100 353M 0 353M 0 0 66.0M 0 --:--:-- 0:00:05 --:--:-- 66.4M 100 398M 0 398M 0 0 62.6M 0 --:--:-- 0:00:06 --:--:-- 59.1M 100 439M 0 439M 0 0 59.7M 0 --:--:-- 0:00:07 --:--:-- 56.8M 100 488M 0 488M 0 0 58.4M 0 --:--:-- 0:00:08 --:--:-- 58.9M 100 533M 0 533M 0 0 57.0M 0 --:--:-- 0:00:09 --:--:-- 51.8M 100 582M 0 582M 0 0 58.7M 0 --:--:-- 0:00:09 --:--:-- 50.2M curl: Saved to filename 'eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg' +220+ cp -vf eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg' ++220+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++220+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ b=eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +220+ md5sum eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ sha1sum eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ sha512sum -b eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg +220+ rm eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize +220+ rm -f eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +220+ rm -f eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +220+ rm -f eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +129+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++129+ find eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging scp: /home/data/httpd/download.eclipse.org/technology/epp/staging: No such file or directory Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Archiving artifacts Sending e-mails to: jonah@kichwacoders.com Finished: FAILURE